From cd47acf34be93f797df7b32aa4ffbe653d6dd26c Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 8 Feb 2023 14:39:58 +0000 Subject: [PATCH] Update NEWS for backport of #5213 Signed-off-by: Simon McVittie --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) 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 ~~~~~~~~~~~~~~~~~