summaryrefslogtreecommitdiff
path: root/bwrap.xml
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-05-03 15:18:18 +0200
committerColin Walters (automation) <walters+githubbot@verbum.org>2016-05-06 11:05:11 +0000
commit8a53e3a6647fe3fcece7a6ebb2a02e75a1155484 (patch)
tree92b036d3fead6ef3b5866ea47bd23717a491251d /bwrap.xml
parentc6ad6021b3ee1ce1515a3fce4b3b73cf180317e0 (diff)
downloadbubblewrap-8a53e3a6647fe3fcece7a6ebb2a02e75a1155484.tar.gz
Add --tmpfs argument
This is very useful if you want to cover some area of the filesystem, or if you want to make some part of a read-only tree writable. Closes: #42 Approved by: cgwalters
Diffstat (limited to 'bwrap.xml')
-rw-r--r--bwrap.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/bwrap.xml b/bwrap.xml
index 2dd1baa..1edf762 100644
--- a/bwrap.xml
+++ b/bwrap.xml
@@ -179,6 +179,10 @@
<listitem><para>Mount new devtmpfs on <arg choice="plain">DEST</arg></para></listitem>
</varlistentry>
<varlistentry>
+ <term><option>--tmpfs <arg choice="plain">DEST</arg></option></term>
+ <listitem><para>Mount new tmpfs on <arg choice="plain">DEST</arg></para></listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>--dir <arg choice="plain">DEST</arg></option></term>
<listitem><para>Create a directory at <arg choice="plain">DEST</arg></para></listitem>
</varlistentry>