From e2e980efe224430273336cbf54d64c66a206ec13 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 30 Aug 2024 12:19:50 +0100 Subject: [PATCH] Update NEWS Signed-off-by: Simon McVittie --- NEWS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS b/NEWS index 86b0c263..978edad1 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,18 @@ Dependencies: Enhancements: + * Allow applications like WebKit to connect the AT-SPI accessibility tree + of processes in a sub-sandbox with the tree in the main process (#5898) + + * New sandboxing parameter `flatpak run --a11y-own-name`, which is + like `--own-name` but for the accessibility bus + + * flatpak-portal API v7: add new sandboxed-a11y-own-names option, + which accepts names matching `${FLATPAK_ID}.*` + + * Apps may call the `org.a11y.atspi.Socket.Embedded` method on names + matching `${FLATPAK_ID}.Sandboxed.*` by default + * `flatpak run -vv $app_id` shows all applicable sandboxing parameters and their source, including overrides, as debug messages (#5895)