mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: sepolicy: Address more denials
* Allow power hal to connect to init's unix socket
This commit is contained in:
parent
c9244bbf69
commit
fd54476fc1
1 changed files with 1 additions and 0 deletions
|
|
@ -35,3 +35,4 @@ type hal_lineage_power_hwservice, hwservice_manager_type;
|
|||
add_hwservice(hal_power_default, hal_power_hwservice)
|
||||
allow hal_power_default sysfs_decon:dir search;
|
||||
allow hal_power_default property_socket:sock_file write;
|
||||
allow hal_power_default init:unix_stream_socket connectto;
|
||||
|
|
|
|||
Loading…
Reference in a new issue