kernel: Resolving compilation issues once more

This commit is contained in:
ShirkNeko
2025-11-06 15:18:39 +08:00
parent 3382574aad
commit e8ecb9a33b
5 changed files with 44 additions and 688 deletions

View File

@@ -602,7 +602,6 @@ int ksu_handle_prctl(int option, unsigned long arg2, unsigned long arg3,
sulog_prctl_cmd(current_uid().val, arg2);
#endif
DONT_GET_SMART();
if (!from_root && !from_manager && !is_allow_su()) {
// only root or manager can access this interface
return 0;