From eaa7f3f8dc83c40401a1de6d9d0d5e37220d5fc9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 8 Mar 2016 10:09:30 -0500 Subject: docs: Explain --seccomp data format Well, at least point to the libseccomp api that generates it. --- bwrap.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bwrap.xml') diff --git a/bwrap.xml b/bwrap.xml index b183793..543a24a 100644 --- a/bwrap.xml +++ b/bwrap.xml @@ -192,7 +192,11 @@ - Load and use seccomp rules from FD + + Load and use seccomp rules from FD. + The rules need to be in the form of a compiled eBPF program, + as generated by seccomp_export_bpf. + -- cgit v1.2.1