run: Document new --parent-pid and --parent-expose-pid args

This commit is contained in:
Alexander Larsson
2019-11-27 11:08:12 +01:00
committed by Alexander Larsson
parent 38fecb08d3
commit e6ae979cc4

View File

@@ -549,6 +549,23 @@ key=v1;v2;
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--parent-pid</option></term>
<listitem><para>
Specifies the pid of the "parent" flatpak, used by --parent-expose-pids.
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--parent-expose-pids</option></term>
<listitem><para>
Make the processes of the new sandbox visible in the sandbox of the parent flatpak, as defined
by --parent-pid.
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--file-forwarding</option></term>