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.2
This commit is contained in:
@@ -15,9 +15,6 @@ Also works as standalone loader for Magisk on purpose of getting rid of LD_PRELO
|
|||||||
+ Minimal KernelSU version: 10654
|
+ Minimal KernelSU version: 10654
|
||||||
+ Minimal ksud version: 10670
|
+ Minimal ksud version: 10670
|
||||||
+ Kernel has full SELinux patch support
|
+ 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
|
### Magisk
|
||||||
|
|
||||||
|
|||||||
@@ -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.6.1")
|
val verName by extra("v4-0.6.2")
|
||||||
val verCode by extra(gitCommitCount)
|
val verCode by extra(gitCommitCount)
|
||||||
val minKsuVersion by extra(10654)
|
val minKsuVersion by extra(10654)
|
||||||
val minKsudVersion by extra(10670)
|
val minKsudVersion by extra(10670)
|
||||||
|
|||||||
Reference in New Issue
Block a user