Skip to content

Commit bd118c4

Browse files
include magiskpolicy fix
Include the magiskpolicy fix which was advertised in the ViPER4Android Group many times. https://t.me/ViPER4AndroidFX/185601 Only we use it the way Magisk intends us to by putting the rules into sepolicy.rule
1 parent 560106c commit bd118c4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

magiskmodule/sepolicy.rule

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
allow audioserver audioserver_tmpfs file { read write execute }
2+
allow audioserver system_file file { execmod }
3+
allow mediaserver mediaserver_tmpfs file { read write execute }
4+
allow mediaserver system_file file { execmod }
5+
allow audioserver unlabeled file { read write execute open getattr }
6+
allow hal_audio_default hal_audio_default process { execmem }
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 }

0 commit comments

Comments
 (0)