SELinux: fix avc denials

Bug: 338332877
Change-Id: I5fb0a73cdc0d276ec14e55906c9bbd9c6875c786
Signed-off-by: Ken Yang <yangken@google.com>
This commit is contained in:
Ken Yang 2024-05-14 05:14:55 +00:00
parent 5a1bb0df6e
commit d1fe9f8f80

View file

@ -19,3 +19,4 @@ allow hal_health_default sysfs_thermal:dir search;
allow hal_health_default sysfs_thermal:file w_file_perms; allow hal_health_default sysfs_thermal:file w_file_perms;
allow hal_health_default thermal_link_device:dir search; allow hal_health_default thermal_link_device:dir search;
allow hal_health_default sysfs_wlc:file r_file_perms; allow hal_health_default sysfs_wlc:file r_file_perms;
dontaudit hal_health_default sysfs_touch:dir *;