sm8250-common: Implement vendor.lineage.powershare@1.0 HAL
This commit is contained in:
parent
89b4f0377f
commit
28e667380b
10 changed files with 226 additions and 0 deletions
9
sepolicy/private/hal_powershare_kona.te
Normal file
9
sepolicy/private/hal_powershare_kona.te
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
type hal_powershare_kona, coredomain, domain;
|
||||
hal_server_domain(hal_powershare_kona, hal_lineage_powershare)
|
||||
|
||||
type hal_powershare_kona_exec, system_file_type, exec_type, file_type;
|
||||
init_daemon_domain(hal_powershare_kona)
|
||||
|
||||
# Allow access to wireless rx enable nodes
|
||||
allow hal_powershare_kona procfs_oem_wireless:dir search;
|
||||
allow hal_powershare_kona procfs_oem_wireless:file rw_file_perms;
|
||||
Loading…
Add table
Add a link
Reference in a new issue