seccomp.2: SEE ALSO: add strace(1)

Point the reader at strace(1) as a way of discovering system calls
that might need to be filtered.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-11-09 13:18:16 +01:00
parent 29aa163b97
commit 85940258c6
1 changed files with 1 additions and 0 deletions

View File

@ -834,6 +834,7 @@ main(int argc, char **argv)
}
.EE
.SH SEE ALSO
.BR strace (1),
.BR bpf (2),
.BR prctl (2),
.BR ptrace (2),