mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
Add vscodium & thunderbird
Signed-off-by: Jeroen Rijken <jeroen.rijken@xs4all.nl>
This commit is contained in:
parent
d0553ff4f7
commit
96c79417cc
2 changed files with 10 additions and 2 deletions
|
@ -17,13 +17,21 @@
|
||||||
/opt/*/ r,
|
/opt/*/ r,
|
||||||
/opt/*/[a-zA-Z0-9]* rPUx,
|
/opt/*/[a-zA-Z0-9]* rPUx,
|
||||||
|
|
||||||
|
# Codium
|
||||||
|
/usr/share/codium/codium rPUx,
|
||||||
|
|
||||||
# Firefox
|
# Firefox
|
||||||
/{usr/,}bin/firefox{,.sh,-esr,-bin} rPx,
|
/{usr/,}bin/firefox{,.sh,-esr,-bin} rPx,
|
||||||
/{usr/,}lib{,32,64}/firefox{,.sh,-esr,-bin}/firefox{,.sh,-esr,-bin} rPx,
|
/{usr/,}lib{,32,64}/firefox{,.sh,-esr,-bin}/firefox{,.sh,-esr,-bin} rPx,
|
||||||
/opt/firefox{,.sh,-esr,-bin}/firefox{,.sh,-esr,-bin} rPx,
|
/opt/firefox{,.sh,-esr,-bin}/firefox{,.sh,-esr,-bin} rPx,
|
||||||
|
|
||||||
|
# Thunderbird
|
||||||
|
/{usr/,}bin/thunderbird{,.sh,-esr,-bin} rPx,
|
||||||
|
/{usr/,}lib{,32,64}/thunderbird{,.sh,-esr,-bin}/thunderbird{,.sh,-esr,-bin} rPx,
|
||||||
|
/opt/thunderbird{,.sh,-esr,-bin}/thunderbird{,.sh,-esr,-bin} rPx,
|
||||||
|
|
||||||
# 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,-browser} rPx,
|
||||||
|
|
||||||
# Chromium
|
# Chromium
|
||||||
/{usr/,}lib/chromium/chromium rPx,
|
/{usr/,}lib/chromium/chromium rPx,
|
||||||
|
|
|
@ -24,7 +24,7 @@ profile apt-overlay @{exec_path} {
|
||||||
/usr/share/rubygems-integration/{,**} r,
|
/usr/share/rubygems-integration/{,**} r,
|
||||||
|
|
||||||
/ r,
|
/ r,
|
||||||
/root/ r
|
/root/ r,
|
||||||
|
|
||||||
owner @{PROC}/@{pids}/loginuid r,
|
owner @{PROC}/@{pids}/loginuid r,
|
||||||
owner @{PROC}/@{pids}/maps r,
|
owner @{PROC}/@{pids}/maps r,
|
||||||
|
|
Loading…
Reference in a new issue