mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: FMRadio: Remove source edit
If the AIDL hal which can be allowed to change uid calls audioflinger API to change route, we don't need to change source for it. seteuid(audioserver_uid) will work fine
This commit is contained in:
parent
4296d27bea
commit
946f4768e9
11 changed files with 27 additions and 39 deletions
|
|
@ -11,3 +11,5 @@ allow hal_fmradio_default sysfs_fmradio_tune:dir search;
|
|||
|
||||
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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue