mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-14 05:17:25 +00:00
Reduce macro rules
This commit is contained in:
3
rules.c
3
rules.c
@@ -173,9 +173,6 @@ void su_rules() {
|
||||
attradd("su_device", "mlstrustedobject");
|
||||
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
|
||||
|
Reference in New Issue
Block a user