mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
* Sepolicy issues, need to be in /system to write data to files. While we're on it, move fm radio hal too
14 lines
362 B
Text
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 };
|
|
|