From dfe868d628d8bcc09e98e64b1f790a525dff9205 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sun, 16 Jan 2022 11:08:25 +0000 Subject: [PATCH] Revert "manpages: Document the new details of --nofilesystem behaviour." The new behaviour caused regressions in some situations that previously worked, and will be reverted. This reverts commit 4d11f77aa7fd3e64cfa80af89d92567ab9e8e6fa. Signed-off-by: Simon McVittie --- doc/flatpak-build-finish.xml | 7 ------- doc/flatpak-build.xml | 7 ------- doc/flatpak-override.xml | 7 ------- doc/flatpak-run.xml | 8 -------- 4 files changed, 29 deletions(-) diff --git a/doc/flatpak-build-finish.xml b/doc/flatpak-build-finish.xml index 95ba5d0c..81a72452 100644 --- a/doc/flatpak-build-finish.xml +++ b/doc/flatpak-build-finish.xml @@ -258,13 +258,6 @@ 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. - - 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. diff --git a/doc/flatpak-build.xml b/doc/flatpak-build.xml index 2cc0cc6d..a48e2acd 100644 --- a/doc/flatpak-build.xml +++ b/doc/flatpak-build.xml @@ -247,13 +247,6 @@ 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. - - 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. diff --git a/doc/flatpak-override.xml b/doc/flatpak-override.xml index 0695b32f..e2768a42 100644 --- a/doc/flatpak-override.xml +++ b/doc/flatpak-override.xml @@ -230,13 +230,6 @@ 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. - - 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. diff --git a/doc/flatpak-run.xml b/doc/flatpak-run.xml index 803fae2e..0cdd6ed4 100644 --- a/doc/flatpak-run.xml +++ b/doc/flatpak-run.xml @@ -381,15 +381,7 @@ 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. - - 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. -