mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: sepolicy: Fix system_app rules
Also move fm dev ioctl allow to fm hal
This commit is contained in:
parent
365fa56736
commit
dd1f2a2bd2
2 changed files with 4 additions and 6 deletions
|
|
@ -1,14 +1,11 @@
|
|||
# SamsungParts
|
||||
allow system_app hal_parts_hwservice:hwservice_manager find;
|
||||
allow system_app hal_parts_service:service_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_service:service_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