From: Lennart Poettering Date: Tue, 27 Dec 2016 13:27:39 +0000 (+0100) Subject: seccomp: add proper help string for @resources seccomp filter set X-Git-Tag: v233~227^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=58a8f68be0b0f86cf7425d5034c8b41f11108078;p=thirdparty%2Fsystemd.git seccomp: add proper help string for @resources seccomp filter set --- diff --git a/src/shared/seccomp-util.c b/src/shared/seccomp-util.c index 28c2079f300..3c0dafe41ec 100644 --- a/src/shared/seccomp-util.c +++ b/src/shared/seccomp-util.c @@ -575,8 +575,8 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = { "reboot\0" }, [SYSCALL_FILTER_SET_RESOURCES] = { - /* Alter resource settings */ .name = "@resources", + .help = "Alter resource settings", .value = "sched_setparam\0" "sched_setscheduler\0"