From ba1cad7f733cb2c283fe426a26ca1e845f70e2e2 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Wed, 22 Nov 2023 20:12:59 +0000 Subject: [PATCH] feat(profile): improve child-open. --- apparmor.d/groups/children/child-open | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apparmor.d/groups/children/child-open b/apparmor.d/groups/children/child-open index 406e6891..a8713e80 100644 --- a/apparmor.d/groups/children/child-open +++ b/apparmor.d/groups/children/child-open @@ -48,6 +48,7 @@ profile child-open { # Brave /opt/brave{-bin,.com}/brave{,-beta,-dev,-bin}/brave{,-beta,-dev,-bin} rPx, # Chromium + @{bin}/chromium rPx, @{lib}/chromium/chromium rPx, # Chrome /opt/google/chrome{,-beta,-stable,-unstable}/chrome{,-beta,-stable,-unstable} rPx, @@ -55,12 +56,13 @@ profile child-open { @{lib}/@{multiarch}/opera{,-beta,-developer}/opera{,-beta,-developer} rPx, # Text editors - @{bin}/code rPx, + @{bin}/code rPUx, @{bin}/gedit rPUx, - /usr/share/code/{bin/,}code rPx, + @{bin}/gnome-text-editor rPUx, + /usr/share/code/{bin/,}code rPUx, # Others - @{bin}/*Foliate rPUx, + @{bin}/*{F,f}oliate rPUx, @{bin}/blueman-tray rPx, @{bin}/discord{,-ptb} rPx, @{bin}/draw.io rPUx,