mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
feat(profile): improve child-open.
This commit is contained in:
parent
9ab0745e2d
commit
ba1cad7f73
1 changed files with 5 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue