mirror of
https://github.com/systemd/systemd.git
synced 2025-02-14 05:57:40 +03:00
seccomp-util: fix typo in help message
This commit is contained in:
parent
278c13431b
commit
7b121df640
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user