This change moves all gxp sepolicies to common. This eliminates the need for having these policies in sepolicy folder of all P22+ devices. Tested: Created private builds and found no selinux violations for P22 & P23 devices. Bug: 288368306 Change-Id: Iec5dfe01dd9088a117f549cc999b9ee2aa2c4484 Signed-off-by: Dinesh Yadav <dkyadav@google.com>
13 lines
549 B
Plaintext
13 lines
549 B
Plaintext
# GXP Vendor library
|
|
/vendor/lib(64)?/libgxp\.so u:object_r:same_process_hal_file:s0
|
|
|
|
# GXP logging service
|
|
/vendor/bin/hw/android\.hardware\.gxp\.logging@service-gxp-logging u:object_r:gxp_logging_exec:s0
|
|
|
|
# GXP Metrics Collection Library
|
|
/vendor/lib(64)?/gxp_metrics_logger\.so u:object_r:same_process_hal_file:s0
|
|
|
|
# Allow collection of debug dump.
|
|
/vendor/bin/dump/dump_gxp u:object_r:dump_gxp_exec:s0
|
|
|