From f66a820e14e1df23948b06dbe631c781c029abe0 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Mon, 27 Mar 2017 07:15:54 +0800 Subject: [PATCH] Reduce macro rules --- rules.c | 3 --- 1 file changed, 3 deletions(-) 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