We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab4838 commit d3aeddaCopy full SHA for d3aedda
1 file changed
magiskmodule/sepolicy.rule
@@ -8,3 +8,7 @@ allow hal_audio_default hal_audio_default_tmpfs file { execute }
8
allow hal_audio_default audio_data_file dir { search }
9
allow app app_data_file file { execute_no_trans }
10
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