diff --git a/native/src/sepolicy/rules.cpp b/native/src/sepolicy/rules.cpp index abc85d1b2..377070703 100644 --- a/native/src/sepolicy/rules.cpp +++ b/native/src/sepolicy/rules.cpp @@ -114,7 +114,6 @@ void sepolicy::magisk_rules() { allow("rootfs", "tmpfs", "filesystem", "associate"); // Zygisk rules - allow("zygote", "zygote", "capability", "sys_resource"); // prctl PR_SET_MM allow("zygote", "zygote", "process", "execmem"); allow("zygote", "fs_type", "filesystem", "unmount"); allow("system_server", "system_server", "process", "execmem");