From e6ae979cc4abeb5b7da40b41f669f7cb11ec5fdc Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 27 Nov 2019 11:08:12 +0100 Subject: [PATCH] run: Document new --parent-pid and --parent-expose-pid args --- doc/flatpak-run.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/flatpak-run.xml b/doc/flatpak-run.xml index 16c735ac..da6fe451 100644 --- a/doc/flatpak-run.xml +++ b/doc/flatpak-run.xml @@ -549,6 +549,23 @@ key=v1;v2; + + + + + Specifies the pid of the "parent" flatpak, used by --parent-expose-pids. + + + + + + + + Make the processes of the new sandbox visible in the sandbox of the parent flatpak, as defined + by --parent-pid. + + +