mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
seccomp: explain why we use setuid rather than @setuid in @privileged
This commit is contained in:
@@ -632,7 +632,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
|
||||
"setresuid32\0"
|
||||
"setreuid\0"
|
||||
"setreuid32\0"
|
||||
"setuid\0"
|
||||
"setuid\0" /* We list the explicit system calls here, as @setuid also includes setgid() which is not necessarily privileged */
|
||||
"setuid32\0"
|
||||
"vhangup\0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user