diff --git a/rules.c b/rules.c index 998ea24e7..2255b68e8 100644 --- a/rules.c +++ b/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