projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
278c134
)
seccomp-util: fix typo in help message
author
Samanta Navarro
<ferivoz@riseup.net>
Sat, 3 Oct 2020 11:56:40 +0000
(11:56 +0000)
committer
Samanta Navarro
<ferivoz@riseup.net>
Sat, 3 Oct 2020 11:56:40 +0000
(11:56 +0000)
src/shared/seccomp-util.c
patch
|
blob
|
history
diff --git
a/src/shared/seccomp-util.c
b/src/shared/seccomp-util.c
index b22ef7cec1db7940e8a41ce91cddc41ac3cd63cd..9e3555d986782dbbc955304d3e67008c7e379979 100644
(file)
--- a/
src/shared/seccomp-util.c
+++ b/
src/shared/seccomp-util.c
@@
-691,7
+691,7
@@
const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
},
[SYSCALL_FILTER_SET_PROCESS] = {
.name = "@process",
- .help = "Process control, execution, namespac
e
ing operations",
+ .help = "Process control, execution, namespacing operations",
.value =
"arch_prctl\0"
"capget\0" /* Able to query arbitrary processes */