mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-28 12:35:26 +00:00
Reduce macro rules
This commit is contained in:
parent
2e6bea23ac
commit
f66a820e14
3
rules.c
3
rules.c
@ -173,9 +173,6 @@ void su_rules() {
|
|||||||
attradd("su_device", "mlstrustedobject");
|
attradd("su_device", "mlstrustedobject");
|
||||||
attradd("su", "mlstrustedsubject");
|
attradd("su", "mlstrustedsubject");
|
||||||
|
|
||||||
// Allow chcon to anything
|
|
||||||
allow(ALL, "labeledfs", "filesystem", "associate");
|
|
||||||
allow(ALL, "tmpfs", "filesystem", "associate");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Minimal to run Magisk script before live patching
|
// Minimal to run Magisk script before live patching
|
||||||
|
Loading…
Reference in New Issue
Block a user