manager: bump minimal kernel version
This commit is contained in:
@@ -15,7 +15,8 @@ object Natives {
|
||||
// 10931: app profile struct add 'version' field
|
||||
// 10946: add capabilities
|
||||
// 10977: change groups_count and groups to avoid overflow write
|
||||
const val MINIMAL_SUPPORTED_KERNEL = 10977
|
||||
// 11071: Fix the issue of failing to set a custom SELinux type.
|
||||
const val MINIMAL_SUPPORTED_KERNEL = 11071
|
||||
|
||||
init {
|
||||
System.loadLibrary("kernelsu")
|
||||
|
||||
Reference in New Issue
Block a user