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
|
# Brave
|
||||||
/opt/brave{-bin,.com}/brave{,-beta,-dev,-bin}/brave{,-beta,-dev,-bin} rPx,
|
/opt/brave{-bin,.com}/brave{,-beta,-dev,-bin}/brave{,-beta,-dev,-bin} rPx,
|
||||||
# Chromium
|
# Chromium
|
||||||
|
@{bin}/chromium rPx,
|
||||||
@{lib}/chromium/chromium rPx,
|
@{lib}/chromium/chromium rPx,
|
||||||
# Chrome
|
# Chrome
|
||||||
/opt/google/chrome{,-beta,-stable,-unstable}/chrome{,-beta,-stable,-unstable} rPx,
|
/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,
|
@{lib}/@{multiarch}/opera{,-beta,-developer}/opera{,-beta,-developer} rPx,
|
||||||
|
|
||||||
# Text editors
|
# Text editors
|
||||||
@{bin}/code rPx,
|
@{bin}/code rPUx,
|
||||||
@{bin}/gedit rPUx,
|
@{bin}/gedit rPUx,
|
||||||
/usr/share/code/{bin/,}code rPx,
|
@{bin}/gnome-text-editor rPUx,
|
||||||
|
/usr/share/code/{bin/,}code rPUx,
|
||||||
|
|
||||||
# Others
|
# Others
|
||||||
@{bin}/*Foliate rPUx,
|
@{bin}/*{F,f}oliate rPUx,
|
||||||
@{bin}/blueman-tray rPx,
|
@{bin}/blueman-tray rPx,
|
||||||
@{bin}/discord{,-ptb} rPx,
|
@{bin}/discord{,-ptb} rPx,
|
||||||
@{bin}/draw.io rPUx,
|
@{bin}/draw.io rPUx,
|
||||||
|
|
Loading…
Reference in a new issue