manager: sync kernel struct and bump profile version

This commit is contained in:
weishu
2023-06-06 20:56:19 +08:00
parent 5db7075432
commit 2a5fb76f95
2 changed files with 4 additions and 3 deletions

View File

@@ -14,7 +14,8 @@ object Natives {
// 10915: allowlist breaking change, add app profile
// 10931: app profile struct add 'version' field
// 10946: add capabilities
const val MINIMAL_SUPPORTED_KERNEL = 10946
// 10977: change groups_count and groups to avoid overflow write
const val MINIMAL_SUPPORTED_KERNEL = 10977
init {
System.loadLibrary("kernelsu")