summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvaloq <valoq@mailbox.org>2017-01-21 09:57:20 +0100
committerAtomic Bot <atomic-devel@projectatomic.io>2017-01-21 20:13:34 +0000
commit63889774294d6644dc531e2b27f8a4ad53059900 (patch)
treef835234f9a4d3b3392712c75b7728e832058edd9
parentc3a8858ec77938193cb4edce33d16aabfe2b80ec (diff)
downloadbubblewrap-63889774294d6644dc531e2b27f8a4ad53059900.tar.gz
Added --unshare-all to manpage
Updated the manpage to include the new --unshare-all option Closes: #161 Approved by: cgwalters
-rw-r--r--bwrap.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/bwrap.xml b/bwrap.xml
index 2618dbe..b7a5c41 100644
--- a/bwrap.xml
+++ b/bwrap.xml
@@ -127,6 +127,10 @@
<listitem><para>Create a new cgroup namespace if possible else skip it</para></listitem>
</varlistentry>
<varlistentry>
+ <term><option>--unshare-all</option></term>
+ <listitem><para>Unshare all possible namespaces. Currently equivalent with: <option>--unshare-user-try</option> <option>--unshare-ipc</option> <option>--unshare-pid</option> <option>--unshare-net</option> <option>--unshare-uts</option> <option>--unshare-cgroup-try</option></para></listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>--uid <arg choice="plain">UID</arg></option></term>
<listitem><para>Use a custom user id in the sandbox (requires <option>--unshare-user</option>)</para></listitem>
</varlistentry>