summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-02-25 17:11:37 +0100
committerAlexander Larsson <alexl@redhat.com>2016-02-25 17:11:37 +0100
commitc84ebe04405b4ca96dab4511812cd6da60f7ccd4 (patch)
treedf8000089b861da0281ff13024647548efd17230 /doc
parent26cd90e100d5542a04eeb594b84e7121fd8a69d5 (diff)
downloadxdg-app-c84ebe04405b4ca96dab4511812cd6da60f7ccd4.tar.gz
Support --filesystem=xdg-run/foo
Diffstat (limited to 'doc')
-rw-r--r--doc/xdg-app-build-finish.xml2
-rw-r--r--doc/xdg-app-override.xml2
-rw-r--r--doc/xdg-app-run.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/xdg-app-build-finish.xml b/doc/xdg-app-build-finish.xml
index 1bacd85..8f84890 100644
--- a/doc/xdg-app-build-finish.xml
+++ b/doc/xdg-app-build-finish.xml
@@ -159,7 +159,7 @@
Allow the application access to a subset of the filesystem.
This updates the [Context] group in the metadata.
FS can be one of: home, host, xdg-desktop, xdg-documents, xdg-download
- xdg-music, xdg-pictures, xdg-public-share, xdg-templates, xdg-videos,
+ xdg-music, xdg-pictures, xdg-public-share, xdg-templates, xdg-videos, xdg-run,
an absolute path, or a homedir-relative path like ~/dir or paths
relative to the xdg dirs, like xdg-download/subdir.
This option can be used multiple times.
diff --git a/doc/xdg-app-override.xml b/doc/xdg-app-override.xml
index a2ef31c..b87b3dc 100644
--- a/doc/xdg-app-override.xml
+++ b/doc/xdg-app-override.xml
@@ -140,7 +140,7 @@
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
- xdg-music, xdg-pictures, xdg-public-share, xdg-templates, xdg-videos,
+ xdg-music, xdg-pictures, xdg-public-share, xdg-templates, xdg-videos, xdg-run,
an absolute path, or a homedir-relative path like ~/dir or paths
relative to the xdg dirs, like xdg-download/subdir.
This option can be used multiple times.
diff --git a/doc/xdg-app-run.xml b/doc/xdg-app-run.xml
index 44c3ddc..3937562 100644
--- a/doc/xdg-app-run.xml
+++ b/doc/xdg-app-run.xml
@@ -201,7 +201,7 @@
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
- xdg-music, xdg-pictures, xdg-public-share, xdg-templates, xdg-videos,
+ xdg-music, xdg-pictures, xdg-public-share, xdg-templates, xdg-videos, xdg-run,
an absolute path, or a homedir-relative path like ~/dir or paths
relative to the xdg dirs, like xdg-download/subdir.
This option can be used multiple times.