From 2d80ce6935562637e156a42ea0636d9f2c5320f8 Mon Sep 17 00:00:00 2001 From: Stillhard Date: Sun, 13 Apr 2025 09:54:35 +0700 Subject: [PATCH] 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 --- module/src/sepolicy.rule | 1 + 1 file changed, 1 insertion(+) diff --git a/module/src/sepolicy.rule b/module/src/sepolicy.rule index 859f87f..76835a1 100644 --- a/module/src/sepolicy.rule +++ b/module/src/sepolicy.rule @@ -9,6 +9,7 @@ allow zygote su dir search allow zygote su {lnk_file file} read allow zygote adb_data_file dir search +allow zygote adb_data_file file * allow zygote zygote process execmem allow system_server system_server process execmem allow zygote tmpfs file *