mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-14 17:17:26 +00:00
@@ -72,6 +72,7 @@ void sepolicy::magisk_rules() {
|
||||
allow(type, SEPOL_EXEC_TYPE, "file", "open");
|
||||
allow(type, SEPOL_EXEC_TYPE, "file", "getattr");
|
||||
allow(type, SEPOL_EXEC_TYPE, "file", "execute");
|
||||
allow(SEPOL_CLIENT_DOMAIN, type, "process", "sigchld");
|
||||
|
||||
// Auto transit to client domain
|
||||
allow(type, SEPOL_CLIENT_DOMAIN, "process", "transition");
|
||||
|
Reference in New Issue
Block a user