mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
seccomp-util: fix typo in help message
This commit is contained in:
@@ -691,7 +691,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
|
||||
},
|
||||
[SYSCALL_FILTER_SET_PROCESS] = {
|
||||
.name = "@process",
|
||||
.help = "Process control, execution, namespaceing operations",
|
||||
.help = "Process control, execution, namespacing operations",
|
||||
.value =
|
||||
"arch_prctl\0"
|
||||
"capget\0" /* Able to query arbitrary processes */
|
||||
|
||||
Reference in New Issue
Block a user