sepolicy: basic: non_plat: Allow mtk fm app to access /dev/fm

Signed-off-by: Zinadin Zidan <zidan44@pixelexperience.org>
Change-Id: Ie9f4593ae6d122505b39ba212cce939375c7f447
This commit is contained in:
Zinadin Zidan 2022-10-27 00:36:01 +03:00 committed by Matsvei Niaverau
parent 3de9a934ad
commit 3c90852f99

View File

@ -42,3 +42,6 @@ allowxperm system_app proc_mtk_jpeg:file ioctl {
# Purpose: Allow system app to access mtk fpsgo
allow system_app sysfs_fpsgo:dir search;
allow system_app sysfs_fpsgo:file r_file_perms;
# MTK FM Radio
allow system_app fm_device:chr_file rw_file_perms;