Skip to content

Commit d3aedda

Browse files
Add additional SELinux rules for MTK devices
1 parent aab4838 commit d3aedda

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

magiskmodule/sepolicy.rule

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ allow hal_audio_default hal_audio_default_tmpfs file { execute }
88
allow hal_audio_default audio_data_file dir { search }
99
allow app app_data_file file { execute_no_trans }
1010
allow mtk_hal_audio mtk_hal_audio_tmpfs file { execute }
11+
allow mtk_hal_audio sysfs_dt_firmware_android file { read }
12+
allow mtk_hal_audio mtk_hal_audio process { execmem }
13+
allow mtk_hal_audio metadata_file dir { search }
14+
allow mtk_hal_audio debugfs_ion dir { search }

0 commit comments

Comments
 (0)