You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
This commit adds support for devices that are only capable of running 32-bit code, be it due to Android ROM limitations of CPU limitations. It also makes ReZygisk only install necessary libraries, so if a device is 64-bit only, it won't extract 32-bit libraries.
18 lines
555 B
Plaintext
18 lines
555 B
Plaintext
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 file} read
|
|
|
|
allow zygote adb_data_file dir search
|
|
allow zygote adb_data_file file *
|
|
allow zygote proc file {read open}
|
|
allow zygote zygote process execmem
|
|
allow system_server system_server process execmem
|
|
allow zygote tmpfs file *
|
|
allow zygote appdomain_tmpfs file *
|