Document --no-filesystem in flatpak-build(1)

Also document the :ro suffix for --filesystem.
tingping/wmclass
Matthias Clasen 2016-06-01 15:27:31 -04:00
parent 1db9764b73
commit 2c591b2fcd
1 changed files with 17 additions and 2 deletions

View File

@ -161,12 +161,27 @@
</varlistentry>
<varlistentry>
<term><option>--filesystem=FS</option></term>
<term><option>--filesystem=FILESYSTEM[:ro]</option></term>
<listitem><para>
Allow the application access to a subset of the filesystem.
This overrides to the Context section from the application metadata.
FS can be one of: home, host, xdg-desktop, xdg-documents, xdg-download
FILESYSTEM can be one of: home, host, xdg-desktop, xdg-documents, xdg-download
xdg-music, xdg-pictures, xdg-public-share, xdg-templates, xdg-videos,
an absolute path, or a homedir-relative path like ~/dir.
The optional :ro suffix indicates that the location will be read-only.
This option can be used multiple times.
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--nofilesystem=FILESYSTEM</option></term>
<listitem><para>
Remove access to the specified subset of the filesystem from
the application. This overrides to the Context section from the
application metadata.
FILESYSTEM can be one of: home, host, xdg-desktop, xdg-documents, xdg-download
xdg-music, xdg-pictures, xdg-public-share, xdg-templates, xdg-videos,
an absolute path, or a homedir-relative path like ~/dir.
This option can be used multiple times.