diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-06-15 17:03:22 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-06-15 17:03:22 +0200 |
commit | f384e86e31f1c2ab697dce10205db7505f93a194 (patch) | |
tree | b9fc9a21a7c3c5e8a01511e7103a78bc06407007 /README | |
parent | 9fdfb453645b3c7058272419d913ae2591a8fdf3 (diff) |
docs: readme: also stress bpf seccomp in the README page
We should also make this clear from the beginning that one can use
bpfc for seccomps as well. Might be interesting for security
researchers to play around with.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ consists of the following fixed set of utilities: * curvetun: a lightweight curve25519-based multiuser IP tunnel * astraceroute: an autonomous system trace route and DPI testing utility * flowtop: a top-like netfilter connection tracking tool - * bpfc: a Berkeley Packet Filter compiler, Linux BPF JIT disassembler + * bpfc: a [seccomp-]BPF (Berkeley packet filter) compiler, BPF-JIT disassembler Each release can be verified with Git and GPG, here are the steps to do so: |