mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-06-12 11:01:40 -07:00
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:
@@ -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"]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user