From 7f81da3a719f453b673dadff9733fc861a1df646 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Mon, 4 Dec 2023 20:22:34 +0000 Subject: [PATCH] feat(profile): allow custom GUI launcher to start in xinit. See #259 --- apparmor.d/profiles-s-z/xinit | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apparmor.d/profiles-s-z/xinit b/apparmor.d/profiles-s-z/xinit index f5440805..f763aa50 100644 --- a/apparmor.d/profiles-s-z/xinit +++ b/apparmor.d/profiles-s-z/xinit @@ -58,6 +58,9 @@ profile xinit @{exec_path} { @{bin}/sway rPUx, @{bin}/ssh-agent rPx, + # Allow custom GUI launcher to start + @{bin}/* rPUx, + /etc/X11/{,**} r, /etc/default/{,*} r,