$ seccomp-tools dump --help # dump - Automatically dump seccomp bpf from execution file(s). # # Usage: seccomp-tools dump [exec] [options] # -c, --sh-exec Executes the given command (via sh). # Use this option if want to pass arguments or do pipe things to the execution file...
result into FILE instead of stdout.#If multiple seccomp syscalls have been invoked (see --limit),#results will be written to FILE, FILE_1, FILE_2.. etc.#For example, "--output out.bpf" and the output files are out.bpf, out_1.bpf, ...#-p, --pid PID Dump installed seccomp ...
$ seccomp-tools dump --help # dump - Automatically dump seccomp bpf from execution file(s). # # Usage: seccomp-tools dump [exec] [options] # -c, --sh-exec Executes the given command (via sh). # Use this option if want to pass arguments or do pipe things to the execution file...
# Usage: seccomp-tools dump [exec] [options] # -c, --sh-exec Executes the given command (via sh). # Use this option if want to pass arguments or do pipe things to the execution file. # e.g. use `-c "./bin > /dev/null"` to dump seccomp without being mixed with stdout. ...
$ seccomp-tools dump --help # dump - Automatically dump seccomp bpf from execution file(s). # # Usage: seccomp-tools dump [exec] [options] # -c, --sh-exec Executes the given command (via sh). # Use this option if want to pass arguments or do pipe things to the execution file...