You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
fix: SELinux rules (#130)
This commit allows Zygote to access files in /data/adb, so that it can load the Zygisk modules. Signed-off-by: Stillhard <indofreeserver@yahoo.co.id>
This commit is contained in:
@@ -9,6 +9,7 @@ allow zygote su dir search
|
|||||||
allow zygote su {lnk_file file} read
|
allow zygote su {lnk_file file} read
|
||||||
|
|
||||||
allow zygote adb_data_file dir search
|
allow zygote adb_data_file dir search
|
||||||
|
allow zygote adb_data_file file *
|
||||||
allow zygote zygote process execmem
|
allow zygote zygote process execmem
|
||||||
allow system_server system_server process execmem
|
allow system_server system_server process execmem
|
||||||
allow zygote tmpfs file *
|
allow zygote tmpfs file *
|
||||||
|
|||||||
Reference in New Issue
Block a user