From 58a8f68be0b0f86cf7425d5034c8b41f11108078 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 27 Dec 2016 14:27:39 +0100 Subject: seccomp: add proper help string for @resources seccomp filter set --- 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 28c2079f30..3c0dafe41e 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" -- cgit v1.2.3-54-g00ecf