mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Move vendor policy to vendor and add a place for system extensions. Also add such an extension: a labeling of the qti.ims.ext service. Bug: 38151691 Bug: 62041272 Test: Policy binary identical before and after, except plat_service_contexts has new service added. Change-Id: Ie4e8527649787dcf2391b326daa80cf1c9bd9d2f
12 lines
335 B
Plaintext
12 lines
335 B
Plaintext
userdebug_or_eng(`
|
|
allow domain diag_device:chr_file rw_file_perms;
|
|
')
|
|
|
|
# In order for /sys/kernel/debug/kgsl/proc/<pid>/mem
|
|
# to be created for memory tracking, the domain of
|
|
# the tracked process must have permission to search
|
|
# in /sys/kernel/debug/kgsl
|
|
allow domain debugfs_kgsl:dir search;
|
|
|
|
allow domain debugfs_ion:dir search;
|