Merge pull request #408 from giuseppe/fix-man-page

bwrap.xml: clarify BPF variant
This commit is contained in:
Colin Walters
2021-02-22 12:54:31 -05:00
committed by GitHub

View File

@@ -265,7 +265,7 @@
<term><option>--seccomp <arg choice="plain">FD</arg></option></term>
<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,
The rules need to be in the form of a compiled cBPF program,
as generated by seccomp_export_bpf.
</para></listitem>
</varlistentry>