From 4b5ce64fde8cfbe04088ddbc539fd775af76df8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Thu, 7 Aug 2025 03:46:16 +0200 Subject: [PATCH] Add default policy for qubes.Notifications service Cover GUI in dom0 case here. QubesOS/qubes-issues#889 --- qubes-rpc-policy/90-default.policy | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qubes-rpc-policy/90-default.policy b/qubes-rpc-policy/90-default.policy index b9b9cea37..dbc48a9d9 100644 --- a/qubes-rpc-policy/90-default.policy +++ b/qubes-rpc-policy/90-default.policy @@ -63,6 +63,10 @@ qubes.StartApp * @anyvm @anyvm ask # otherwise earlier policy will redirect it qubes.SyncAppMenus * @anyvm dom0 allow +# notifications - relevant for GUI in dom0, otherwise earlier policy will +# redirect it +qubes.Notifications * @anyvm @default allow target=dom0 + # HTTP proxy for downloading updates # Upgrade all TemplateVMs through sys-whonix. #qubes.UpdatesProxy * @type:TemplateVM @default allow target=sys-whonix