You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
Fix sepolicy
This commit is contained in:
@@ -2,11 +2,11 @@ allow * tmpfs * *
|
|||||||
|
|
||||||
type magisk_file file_type
|
type magisk_file file_type
|
||||||
typeattribute magisk_file mlstrustedobject
|
typeattribute magisk_file mlstrustedobject
|
||||||
allow magisk_file file *
|
allow * magisk_file file *
|
||||||
allow magisk_file dir *
|
allow * magisk_file dir *
|
||||||
allow magisk_file fifo_file *
|
allow * magisk_file fifo_file *
|
||||||
allow magisk_file chr_file *
|
allow * magisk_file chr_file *
|
||||||
allow magisk_file lnk_file *
|
allow * magisk_file lnk_file *
|
||||||
allow magisk_file sock_file *
|
allow * magisk_file sock_file *
|
||||||
|
|
||||||
allow system_server system_server process execmem
|
allow system_server system_server process execmem
|
||||||
|
|||||||
Reference in New Issue
Block a user