From e05ee49b144110b1ecff030cdadc439604152f16 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 18 Apr 2018 21:45:44 +0200 Subject: [PATCH] seccomp: explain why we use setuid rather than @setuid in @privileged --- src/shared/seccomp-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/seccomp-util.c b/src/shared/seccomp-util.c index 4a02d8c35f3..c433cb90dce 100644 --- a/src/shared/seccomp-util.c +++ b/src/shared/seccomp-util.c @@ -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" }, -- 2.47.3