-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit is taken from JingMatrix/NeoZygisk@2bf90c1. Note that this will still cause issue with some modules due unused rules being taken out.
- Loading branch information
Showing
2 changed files
with
5 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,15 @@ | ||
type magisk_file file_type | ||
typeattribute magisk_file mlstrustedobject | ||
allow zygote magisk_file sock_file {read write} | ||
type zygisk_file file_type | ||
typeattribute zygisk_file mlstrustedobject | ||
allow zygote zygisk_file sock_file {read write} | ||
|
||
allow zygote magisk lnk_file read | ||
allow zygote unlabeled file {read open} | ||
allow zygote zygote capability sys_chroot | ||
allow zygote su dir search | ||
allow zygote su lnk_file read | ||
allow zygote su file read | ||
allow zygote su {lnk_file file} read | ||
|
||
allow zygote adb_data_file dir search | ||
allow zygote zygote process execmem | ||
allow system_server system_server process execmem | ||
allow zygote tmpfs file * | ||
allow zygote appdomain_tmpfs file * | ||
|
||
allow zygote mnt_vendor_file dir search | ||
allow zygote fs_type filesystem unmount |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters