universal7885: sepolicy: Address more denials

* Allow power hal to connect to init's unix socket
This commit is contained in:
Soo-Hwan Na 2022-03-29 20:29:40 +09:00 committed by GitHub
commit fd54476fc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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