We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fedf7f1 commit 88f1b7fCopy full SHA for 88f1b7f
1 file changed
module/src/sepolicy.rule
@@ -1,9 +1,9 @@
1
-allow * tmpfs * *
2
-allow zygote appdomain_tmpfs dir *
+allow zygote tmpfs file *
3
allow zygote appdomain_tmpfs file *
4
5
type magisk_file file_type
6
typeattribute magisk_file mlstrustedobject
+
7
allow * magisk_file file *
8
allow * magisk_file dir *
9
allow * magisk_file fifo_file *
@@ -12,9 +12,10 @@ allow * magisk_file lnk_file *
12
allow * magisk_file sock_file *
13
14
allow system_server system_server process execmem
15
+allow zygote zygote process execmem
16
17
allow zygote adb_data_file dir search
18
allow zygote mnt_vendor_file dir search
19
allow zygote system_file dir mounton
20
allow zygote labeledfs filesystem mount
21
allow zygote fs_type filesystem unmount
-allow zygote zygote process execmem
0 commit comments