summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2023-02-08 14:39:58 +0000
committerSimon McVittie <smcv@collabora.com>2023-02-10 15:46:03 +0000
commitcd47acf34be93f797df7b32aa4ffbe653d6dd26c (patch)
tree128fc9b9de250af7b239ce7f4a07aaadc57546c2
parent70eb68362113cfa17a779a4ff49ccd761504216c (diff)
downloadflatpak-cd47acf34be93f797df7b32aa4ffbe653d6dd26c.tar.gz
Update NEWS for backport of #5213
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 16d5e9c0..32927a30 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,14 @@ Released: not yet
Bug fixes:
* Fix a crash when --socket=gpg-agent is used (#5095)
+* Never try to export a parent of reserved directories as a --filesystem,
+ for example /run, which would prevent the app from starting (#5205, #5207)
+* Never try to export a --filesystem below /run/flatpak or /run/host,
+ which could similarly prevent the app from starting
+* The above change also fixes apps not starting if a --filesystem is a
+ symlink to the root directory (#1357)
+* Show a warning when the --filesystem exists but cannot be shared with
+ the sandbox (#1357, #5035, #5205, #5207)
Changes in 1.14.2
~~~~~~~~~~~~~~~~~