Description
- Creates a document identifier for a local file that can be
- exposed to sandboxed applications, allowing them access to
- files that they would not otherwise see.
+ Creates a document id for a local file that can be exposed to
+ sandboxed applications, allowing them access to files that they
+ would not otherwise see. The exported files are exposed in a
+ fuse filesystem at /run/user/$UID/doc/.
@@ -90,7 +91,9 @@
- Grant read access to the specified application.
+ Grant read access to the specified application. The
+ --allow and --forbid options can be used to grant
+ or remove additional privileges.
This option can be used multiple times.
@@ -132,7 +135,7 @@
- Grant the ability to delete a document id to the applications specified with --app.
+ Grant the ability to remove the document from the document portal to the applications specified with --app.
@@ -140,7 +143,7 @@
- Remove the ability to delete a document id from the applications specified with --app.
+ Revoke the ability to remove the document from the document portal from the applications specified with --app.
@@ -196,7 +199,9 @@
flatpak1,
- flatpak-run1
+ flatpak-document-unexport1,
+ flatpak-document-info1,
+ flatpak-document-list1
diff --git a/doc/flatpak-document-info.xml b/doc/flatpak-document-info.xml
index b833acca..14f00426 100644
--- a/doc/flatpak-document-info.xml
+++ b/doc/flatpak-document-info.xml
@@ -106,7 +106,9 @@ permissions:
flatpak1,
- flatpak-document-export1
+ flatpak-document-export1,
+ flatpak-document-unexport1,
+ flatpak-document-list1
diff --git a/doc/flatpak-document-list.xml b/doc/flatpak-document-list.xml
index 4a38ff0b..e4b191d9 100644
--- a/doc/flatpak-document-list.xml
+++ b/doc/flatpak-document-list.xml
@@ -86,7 +86,9 @@
flatpak1,
- flatpak-document-export1
+ flatpak-document-export1,
+ flatpak-document-unexport1,
+ flatpak-document-info1
diff --git a/doc/flatpak-document-unexport.xml b/doc/flatpak-document-unexport.xml
index 7e3d6db3..4b36acae 100644
--- a/doc/flatpak-document-unexport.xml
+++ b/doc/flatpak-document-unexport.xml
@@ -40,7 +40,7 @@
Description
- Removes the document identifies for the file from the
+ Removes the document id for the file from the
document portal. This will make the document unavailable
to all sandboxed applications.
@@ -86,7 +86,9 @@
flatpak1,
- flatpak-document-export1
+ flatpak-document-export1,
+ flatpak-document-info1,
+ flatpak-document-list1