sm6375-common: sepolicy: Address denials for hal_power_default
* W NodeLooperThrea: type=1400 audit(0.0:699): avc: denied { write } for name="property_service" dev="tmpfs" ino=18780 scontext=u:r:hal_power_default:s0 tcontext=u:object_r:property_socket:s0 tclass=sock_file permissive=0. Change-Id: I8908ef81fd59832e12dc5eca78ae8a4d48056531
This commit is contained in:
parent
6b74e49acf
commit
97d2e1d9fa
1 changed files with 1 additions and 0 deletions
1
sepolicy/vendor/hal_power_default.te
vendored
1
sepolicy/vendor/hal_power_default.te
vendored
|
@ -26,6 +26,7 @@ allow hal_power_default {
|
|||
lnk_file
|
||||
} rw_file_perms;
|
||||
|
||||
allow hal_power_default property_socket:sock_file write;
|
||||
allow hal_power_default vendor_latency_device:chr_file rw_file_perms;
|
||||
|
||||
# Allow Power HAL to read and write to sde-crtc-*
|
||||
|
|
Loading…
Reference in a new issue