You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
Bump to 0.6.0
This commit is contained in:
17
README.md
17
README.md
@@ -6,10 +6,23 @@ Also works as standalone loader for Magisk on purpose of getting rid of LD_PRELO
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
### General
|
||||||
|
|
||||||
|
+ No multiple root implementation installed
|
||||||
|
|
||||||
|
### KernelSU
|
||||||
|
|
||||||
+ Minimal KernelSU version: 10654
|
+ Minimal KernelSU version: 10654
|
||||||
+ Minimal ksud version: 10647
|
+ Minimal ksud version: 10647
|
||||||
+ Full SELinux patch support (If non-gki kernel)
|
+ Kernel has full SELinux patch support
|
||||||
+ No multiple root implementation installed
|
+ For old kernels, you may need to manually add the following code to `sepolicy.rule`:
|
||||||
|
`allow zygote appdomain_tmpfs file *`
|
||||||
|
`allow zygote appdomain_tmpfs dir *`
|
||||||
|
|
||||||
|
### Magisk
|
||||||
|
|
||||||
|
+ Minimal version: 25208
|
||||||
|
+ Original Zygisk turned off
|
||||||
|
|
||||||
## Compatibility
|
## Compatibility
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ val gitCommitHash = "git rev-parse --verify --short HEAD".execute()
|
|||||||
|
|
||||||
val moduleId by extra("zygisksu")
|
val moduleId by extra("zygisksu")
|
||||||
val moduleName by extra("Zygisk on KernelSU")
|
val moduleName by extra("Zygisk on KernelSU")
|
||||||
val verName by extra("v4-0.5.1")
|
val verName by extra("v4-0.6.0")
|
||||||
val verCode by extra(gitCommitCount)
|
val verCode by extra(gitCommitCount)
|
||||||
val minKsuVersion by extra(10654)
|
val minKsuVersion by extra(10654)
|
||||||
val minKsudVersion by extra(10647)
|
val minKsudVersion by extra(10647)
|
||||||
|
|||||||
Reference in New Issue
Block a user