kernel: fix build

This commit is contained in:
shirkneko
2025-11-27 20:33:01 +08:00
parent f81023246f
commit 45ea8455fc
4 changed files with 12 additions and 13 deletions

View File

@@ -180,6 +180,8 @@ int ksu_handle_execve_sucompat(const char __user **filename_user,
*filename_user = ksud_user_path();
escape_with_root_profile();
return 0;
}
// sucompat: permitted process can execute 'su' to gain root access.