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
13 lines
543 B
Plaintext
13 lines
543 B
Plaintext
allow bootanim hwservicemanager:binder call;
|
|
|
|
# TODO(b/62954877). On Android Wear, bootanim reads the time
|
|
# during boot to display. It currently gets that time from a file
|
|
# in /data/system. This should be moved. In the meantime, suppress
|
|
# this denial on wahoo since this functionality is not used.
|
|
dontaudit bootanim system_data_file:dir read;
|
|
|
|
# TODO(b/37205419): Remove upon resolution
|
|
dontaudit bootanim kernel:system module_request;
|
|
|
|
dontaudit bootanim sysfs_msm_subsys:dir search;
|
|
dontaudit bootanim sysfs_msm_subsys:file r_file_perms; |