From 2e6bea23acc073aa9b3890c50342dd4a3dc8e754 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Sun, 19 Mar 2017 04:54:59 +0800 Subject: [PATCH] Add rule --- rules.c | 1 + 1 file changed, 1 insertion(+) 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