doc: add blurb about what --allow=devel does

This adds a short bit of text on what the --allow=devel build-finish
argument does (which allows access to perf and ptrace syscalls).
This commit is contained in:
Christian Hergert
2016-09-17 10:08:39 -07:00
parent 5c075525a8
commit fdee71b36a

View File

@@ -160,6 +160,10 @@
the [Context] group in the metadata.
FEATURE must be one of: devel.
This option can be used multiple times.
</para><para>
The <code>devel</code> feature allows the application to
access certain syscalls such as <code>ptrace()</code>, and
<code>perf_event_open()</code>.
</para></listitem>
</varlistentry>