mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-22 07:57:39 +00:00
Remove useless rule for prctl PR_SET_MM
* There is no use-case for it now.
This commit is contained in:
parent
83a34a9004
commit
1ef3f6e13b
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user