manager: Raise the minimum version requirement to 3.1.8 close #448

This commit is contained in:
ShirkNeko
2025-10-06 22:50:24 +08:00
parent e78ee720b5
commit fbaa69f3fb

View File

@@ -17,7 +17,7 @@ object Natives {
// 10977: change groups_count and groups to avoid overflow write
// 11071: Fix the issue of failing to set a custom SELinux type.
const val MINIMAL_SUPPORTED_KERNEL = 11071
const val MINIMAL_SUPPORTED_KERNEL_FULL = "v3.1.5"
const val MINIMAL_SUPPORTED_KERNEL_FULL = "v3.1.8"
// 11640: Support query working mode, LKM or GKI
// when MINIMAL_SUPPORTED_KERNEL > 11640, we can remove this constant.