universal7885: aidl-support: Fork subprocess to setuid

This commit is contained in:
roynatech2544 2022-10-11 02:48:26 +09:00
commit b226436fc7
4 changed files with 20 additions and 9 deletions

View file

@ -13,3 +13,6 @@ allow hal_fmradio_default sysfs_virtual:dir search;
allow hal_fmradio_default fm_radio_device:chr_file { read write open ioctl };
allow hal_fmradio_default self:capability setuid;
binder_call(hal_fmradio_default, audioserver)
binder_call(audioserver, hal_fmradio_default)