Rename project to Zygisk Next

This commit is contained in:
Nullptr
2023-10-24 17:04:48 +08:00
parent cbf5920d02
commit 44918d332e
9 changed files with 22 additions and 22 deletions

View File

@@ -1,15 +1,13 @@
# Zygisk on KernelSU
# Zygisk Next
Zygisk loader for KernelSU, allowing Zygisk modules to run without Magisk environment.
Also works as standalone loader for Magisk.
Standalone implementation of Zygisk, providing Zygisk API support for KernelSU and a replacement of Magisk's built-in Zygisk.
## Requirements
### General
+ No multiple root implementation installed
+ SELinux enforcing: We now rely on SELinux to prevent `vold` from aborting our fuse connection
+ SELinux enforcing: Zygisk Next rely on SELinux to prevent `vold` from aborting our fuse connection
### KernelSU
@@ -20,8 +18,10 @@ Also works as standalone loader for Magisk.
### Magisk
+ Minimal version: 26300
+ Original Zygisk turned off
+ Built-in Zygisk turned off
## Compatibility
Should work with everything except those rely on Magisk internal behaviors.
`PROCESS_ON_DENYLIST` cannot be flagged correctly for isolated processes on Magisk DenyList currently.
Zygisk Next only guarantees the same behavior of Zygisk API, but will NOT ensure Magisk's internal features.