diff --git a/rules.c b/rules.c index 220c7e9a0..998ea24e7 100644 --- a/rules.c +++ b/rules.c @@ -175,6 +175,7 @@ void su_rules() { // Allow chcon to anything allow(ALL, "labeledfs", "filesystem", "associate"); + allow(ALL, "tmpfs", "filesystem", "associate"); } // Minimal to run Magisk script before live patching