manager: bumped MINIMAL_SUPPORTED_KERNEL & MINIMAL_SUPPORTED_KERNEL_LKM

This commit is contained in:
Rifat Azad
2024-12-14 21:43:42 +06:00
parent b41a5c250a
commit b108c4c495

View File

@@ -15,12 +15,14 @@ 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
// 11071: Fix the issue of failing to set a custom SELinux type. // 11071: Fix the issue of failing to set a custom SELinux type
const val MINIMAL_SUPPORTED_KERNEL = 11071 // 11998: Next experimental modifications.
const val MINIMAL_SUPPORTED_KERNEL = 11998
// 11640: Support query working mode, LKM or GKI // 11640: Support query working mode, LKM or GKI
// 12016: Next now supports GKI -> LKM/KMI modes!
// when MINIMAL_SUPPORTED_KERNEL > 11640, we can remove this constant. // when MINIMAL_SUPPORTED_KERNEL > 11640, we can remove this constant.
const val MINIMAL_SUPPORTED_KERNEL_LKM = 11648 const val MINIMAL_SUPPORTED_KERNEL_LKM = 12016
const val KERNEL_SU_DOMAIN = "u:r:su:s0" const val KERNEL_SU_DOMAIN = "u:r:su:s0"
const val ROOT_UID = 0 const val ROOT_UID = 0