manpages: Document the new details of --nofilesystem behaviour.

(cherry picked from commit da3e12b319094158c2afa3df380bc45a7626928c)
This commit is contained in:
Alexander Larsson
2022-01-10 13:29:44 +01:00
parent 307ee18dd6
commit 0ceb8eb9ec
4 changed files with 29 additions and 0 deletions

View File

@@ -249,6 +249,13 @@
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.
</para><para>
In general, "--nofilesystem=PATH" will remove access to a specific path if exactly that path
was previously granted. However, as a special case, "--nofilesystem=home" will remove access to all
previously granted locations inside the homedir as well, such as "home/some-dir", or "xdg-download",
and "--nofilesystem=host" will remove access to all previously granted locations.
Note: absolute paths that happen to be inside the current users home directory are not considered for
this special case.
</para></listitem>
</varlistentry>

View File

@@ -243,6 +243,13 @@
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.
</para><para>
In general, "--nofilesystem=PATH" will remove access to a specific path if exactly that path
was previously granted. However, as a special case, "--nofilesystem=home" will remove access to all
previously granted locations inside the homedir as well, such as "home/some-dir", or "xdg-download",
and "--nofilesystem=host" will remove access to all previously granted locations.
Note: absolute paths that happen to be inside the current users home directory are not considered for
this special case.
</para></listitem>
</varlistentry>

View File

@@ -226,6 +226,13 @@
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.
</para><para>
In general, "--nofilesystem=PATH" will remove access to a specific path if exactly that path
was previously granted. However, as a special case, "--nofilesystem=home" will remove access to all
previously granted locations inside the homedir as well, such as "home/some-dir", or "xdg-download",
and "--nofilesystem=host" will remove access to all previously granted locations.
Note: absolute paths that happen to be inside the current users home directory are not considered for
this special case.
</para></listitem>
</varlistentry>

View File

@@ -373,7 +373,15 @@
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.
</para><para>
In general, "--nofilesystem=PATH" will remove access to a specific path if exactly that path
was previously granted. However, as a special case, "--nofilesystem=home" will remove access to all
previously granted locations inside the homedir as well, such as "home/some-dir", or "xdg-download",
and "--nofilesystem=host" will remove access to all previously granted locations.
Note: absolute paths that happen to be inside the current users home directory are not considered for
this special case.
</para></listitem>
</varlistentry>
<varlistentry>