mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-15 15:57:25 +00:00
Add rule
This commit is contained in:
1
rules.c
1
rules.c
@@ -175,6 +175,7 @@ void su_rules() {
|
|||||||
|
|
||||||
// Allow chcon to anything
|
// Allow chcon to anything
|
||||||
allow(ALL, "labeledfs", "filesystem", "associate");
|
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
|
||||||
|
Reference in New Issue
Block a user