seccomp: add proper help string for @resources seccomp filter set

This commit is contained in:
Lennart Poettering 2016-12-27 14:27:39 +01:00
parent bd2ab3f4f6
commit 58a8f68be0
1 changed files with 1 additions and 1 deletions

View File

@ -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"