android_device_samsung_a20/universal7885-common/sepolicy/private/system_app.te
roynatech2544 af754b5f92
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
2022-04-29 22:23:34 +09:00

14 lines
362 B
Text

# 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 };