Update zygisk sepolicy for A17 QPR1 Beta 4

Mainline kernel starts to use dedicated memfd_file type for memfd,
which makes zygote cannot open memfd created by magiskd.
This commit is contained in:
Wang Han
2026-06-11 15:48:27 +08:00
committed by GitHub
parent 14ea5cfb4a
commit 5eca2dfb24
+1
View File
@@ -127,6 +127,7 @@ impl SePolicy {
// Zygisk rules
allow(["zygote"], ["zygote"], ["process"], ["execmem"]);
allow(["domain"], [proc], ["memfd_file"], ["getattr", "read", "write", "map", "execute"]);
allow(["zygote"], ["fs_type"], ["filesystem"], ["unmount"]);
allow(["system_server"], ["system_server"], ["process"], ["execmem"]);