]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
seccomp-util: fix typo in help message
authorSamanta Navarro <ferivoz@riseup.net>
Sat, 3 Oct 2020 11:56:40 +0000 (11:56 +0000)
committerSamanta Navarro <ferivoz@riseup.net>
Sat, 3 Oct 2020 11:56:40 +0000 (11:56 +0000)
src/shared/seccomp-util.c

index b22ef7cec1db7940e8a41ce91cddc41ac3cd63cd..9e3555d986782dbbc955304d3e67008c7e379979 100644 (file)
@@ -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 */