From 14a6f3fc5a17386a46b55848dd6eb91a0f42ef24 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Wed, 7 Feb 2024 12:32:55 +0000 Subject: [PATCH] fix(profile): sddm issue when starting kde. --- apparmor.d/groups/kde/sddm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apparmor.d/groups/kde/sddm b/apparmor.d/groups/kde/sddm index 19523f9c..2a41b063 100644 --- a/apparmor.d/groups/kde/sddm +++ b/apparmor.d/groups/kde/sddm @@ -50,7 +50,6 @@ profile sddm @{exec_path} flags=(attach_disconnected,mediate_deleted) { @{lib}/sddm/sddm-helper-start-wayland rix, @{lib}/sddm/sddm-helper-start-x11user rix, - @{bin}/{,ba,da}sh rix, @{bin}/cat rix, @{bin}/checkproc rix, @@ -62,7 +61,8 @@ profile sddm @{exec_path} flags=(attach_disconnected,mediate_deleted) { @{bin}/xmodmap rix, @{bin}/unix_chkpwd rPx, - @{bin}/kwin_wayland rPUx, + @{bin}/dbus-run-session rPx, + @{bin}/kwin_wayland rPx, @{bin}/sddm-greeter rPx, @{bin}/Xorg rPx, /etc/sddm/Xsession rPx,