From e49a3f201ec93bdf048cc3baab3385bc5a0ca992 Mon Sep 17 00:00:00 2001 From: Nullptr Date: Thu, 2 Feb 2023 17:06:00 +0800 Subject: [PATCH] Fix sepolicy --- module/src/sepolicy.rule | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/module/src/sepolicy.rule b/module/src/sepolicy.rule index 8b89873..810ab0d 100644 --- a/module/src/sepolicy.rule +++ b/module/src/sepolicy.rule @@ -2,11 +2,11 @@ allow * tmpfs * * type magisk_file file_type typeattribute magisk_file mlstrustedobject -allow magisk_file file * -allow magisk_file dir * -allow magisk_file fifo_file * -allow magisk_file chr_file * -allow magisk_file lnk_file * -allow magisk_file sock_file * +allow * magisk_file file * +allow * magisk_file dir * +allow * magisk_file fifo_file * +allow * magisk_file chr_file * +allow * magisk_file lnk_file * +allow * magisk_file sock_file * allow system_server system_server process execmem