Bump to 0.6.0

This commit is contained in:
Nullptr
2023-02-28 21:32:13 +08:00
parent cce8e6686f
commit 2e9cbf79a7
2 changed files with 16 additions and 3 deletions

View File

@@ -6,10 +6,23 @@ Also works as standalone loader for Magisk on purpose of getting rid of LD_PRELO
## Requirements
### General
+ No multiple root implementation installed
### KernelSU
+ Minimal KernelSU version: 10654
+ Minimal ksud version: 10647
+ Full SELinux patch support (If non-gki kernel)
+ No multiple root implementation installed
+ Kernel has full SELinux patch support
+ 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

View File

@@ -31,7 +31,7 @@ val gitCommitHash = "git rev-parse --verify --short HEAD".execute()
val moduleId by extra("zygisksu")
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 minKsuVersion by extra(10654)
val minKsudVersion by extra(10647)