mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Graphics drivers gfx promo #0454 adds dependency on gpu_model sysfs node. This needs various domains to have sepolicy to read and search the sysfs node. Dontaudit these domains for read/search into sysfs_msm_subsys Bug: 150924173 Test: device logs does not throw selinux denials, pass pre-submit checks Change-Id: I5b2dd718d6af92ed557da17181d6595f72f0cc29
5 lines
159 B
Plaintext
5 lines
159 B
Plaintext
# For the camera app
|
|
get_prop(appdomain, camera_prop)
|
|
|
|
dontaudit appdomain sysfs_msm_subsys:dir search;
|
|
dontaudit appdomain sysfs_msm_subsys:file r_file_perms; |