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:
Anand S 2024-08-08 20:16:00 +05:30
parent ed34e0aec5
commit a077049b4b
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61

View file

@ -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;