manager: bump minimal kernel version

This commit is contained in:
weishu
2023-07-01 20:46:20 +08:00
parent d2a976b3cc
commit 8ea55c7f2f

View File

@@ -15,7 +15,8 @@ object Natives {
// 10931: app profile struct add 'version' field // 10931: app profile struct add 'version' field
// 10946: add capabilities // 10946: add capabilities
// 10977: change groups_count and groups to avoid overflow write // 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 { init {
System.loadLibrary("kernelsu") System.loadLibrary("kernelsu")