From 2c591b2fcdefbfc5cd5d9c48b16511f13db345af Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 1 Jun 2016 15:27:31 -0400 Subject: [PATCH] Document --no-filesystem in flatpak-build(1) Also document the :ro suffix for --filesystem. --- doc/flatpak-build.xml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/doc/flatpak-build.xml b/doc/flatpak-build.xml index af16ddd9..eee5a549 100644 --- a/doc/flatpak-build.xml +++ b/doc/flatpak-build.xml @@ -161,12 +161,27 @@ - + 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. + + + + + + + + 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.