sm6375-common: sepolicy: Fix connectto denials related to Power HAL
* avc: denied { connectto } for path="/dev/socket/property_service" scontext=u:r:hal_power_default:s0 tcontext=u:r:init:s0 tclass=unix_stream_socket permissive=0 Change-Id: Ida438cb2136e75ffbde76fd7dee3bb283e9f6fe2
This commit is contained in:
parent
ed34e0aec5
commit
a077049b4b
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 init:unix_stream_socket connectto;
|
||||
allow hal_power_default property_socket:sock_file write;
|
||||
allow hal_power_default vendor_latency_device:chr_file rw_file_perms;
|
||||
|
||||
|
|
Loading…
Reference in a new issue