summaryrefslogtreecommitdiff
path: root/bwrap.xml
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-03-08 10:09:30 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-03-08 10:17:48 -0500
commiteaa7f3f8dc83c40401a1de6d9d0d5e37220d5fc9 (patch)
treeab5da6e2d2c9341632d36e0044f7db731e0f305a /bwrap.xml
parent122f3ffa4c5cbe031a86343a7c044f1278977fe0 (diff)
downloadbubblewrap-eaa7f3f8dc83c40401a1de6d9d0d5e37220d5fc9.tar.gz
docs: Explain --seccomp data format
Well, at least point to the libseccomp api that generates it.
Diffstat (limited to 'bwrap.xml')
-rw-r--r--bwrap.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/bwrap.xml b/bwrap.xml
index b183793..543a24a 100644
--- a/bwrap.xml
+++ b/bwrap.xml
@@ -192,7 +192,11 @@
<variablelist>
<varlistentry>
<term><option>--seccomp <arg choice="plain">FD</arg></option></term>
- <listitem><para>Load and use seccomp rules from <arg choice="plain">FD</arg></para></listitem>
+ <listitem><para>
+ Load and use seccomp rules from <arg choice="plain">FD</arg>.
+ The rules need to be in the form of a compiled eBPF program,
+ as generated by seccomp_export_bpf.
+ </para></listitem>
</varlistentry>
</variablelist>
</refsect1>