mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: parts: hidl: Move to /system
* Sepolicy issues, need to be in /system to write data to files. While we're on it, move fm radio hal too
This commit is contained in:
parent
88d149ae33
commit
af754b5f92
22 changed files with 50 additions and 54 deletions
14
universal7885-common/sepolicy/private/system_app.te
Normal file
14
universal7885-common/sepolicy/private/system_app.te
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# SamsungParts
|
||||
allow system_app hal_parts_hwservice:hwservice_manager find;
|
||||
|
||||
allow system_app hal_parts_default:binder call;
|
||||
|
||||
r_dir_file(system_app, parts_data_file)
|
||||
|
||||
# FMRadio
|
||||
allow system_app hal_fmradio_hwservice:hwservice_manager find;
|
||||
|
||||
allow system_app hal_fmradio_default:binder call;
|
||||
|
||||
allow system_app fm_radio_device:chr_file { read write open ioctl };
|
||||
|
||||
Loading…
Reference in a new issue