seccomp.2: Minor rewording

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-11-02 09:43:23 +01:00
parent 955efdbcc1
commit 7d596c7b1b
1 changed files with 3 additions and 3 deletions

View File

@ -117,12 +117,12 @@ in
This requirement ensures that filter programs cannot be applied to child
processes with greater privileges than the process that installed them.
Additionally, if
If
.BR prctl (2)
or
.BR seccomp (2)
is allowed by the attached filter, additional filters may be layered on
which will increase evaluation time, but allow for further reduction of
is allowed by the attached filter, further filters may be added.
This will increase evaluation time, but allow for further reduction of
the attack surface during execution of a process.
The