Compare commits

..

2 Commits

Author SHA1 Message Date
Wang Han
641984ea77 Update core_hook.c 2025-08-15 22:09:16 +08:00
Wang Han
884ca5851a Reset seccomp filter count when escaping to root 2025-08-15 21:49:17 +08:00
2 changed files with 7 additions and 6 deletions

View File

@@ -125,6 +125,7 @@ static void disable_seccomp()
#ifdef CONFIG_SECCOMP
current->seccomp.mode = 0;
current->seccomp.filter = NULL;
atomic_set(&current->seccomp.filter_count, 0);
#else
#endif
}

View File

@@ -1,10 +1,10 @@
[versions]
agp = "8.12.0"
kotlin = "2.2.0"
ksp = "2.2.0-2.0.2"
compose-bom = "2025.07.00"
lifecycle = "2.9.2"
navigation = "2.9.3"
agp = "8.10.1"
kotlin = "2.1.21"
ksp = "2.1.21-2.0.2"
compose-bom = "2025.06.00"
lifecycle = "2.9.1"
navigation = "2.9.0"
activity-compose = "1.10.1"
kotlinx-coroutines = "1.10.2"
coil-compose = "2.7.0"