update apparmor profiles
This commit is contained in:
parent
6c34573727
commit
7da59b4984
18 changed files with 122 additions and 6 deletions
|
|
@ -49,6 +49,9 @@ profile gajim @{exec_path} {
|
|||
/{usr/,}bin/gpgconf rCx -> gpg,
|
||||
/{usr/,}bin/gpgsm rCx -> gpg,
|
||||
|
||||
/{usr/,}bin/ccache rCx -> ccache,
|
||||
/{usr/,}bin/{,@{multiarch}-}ld.bfd rCx -> ccache,
|
||||
|
||||
# External apps
|
||||
/{usr/,}bin/xdg-settings rPx,
|
||||
/{usr/,}lib/firefox/firefox rPx,
|
||||
|
|
@ -98,6 +101,27 @@ profile gajim @{exec_path} {
|
|||
deny /usr/share/gajim/** w,
|
||||
|
||||
|
||||
profile ccache {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
|
||||
/{usr/,}bin/ccache mr,
|
||||
|
||||
/{usr/,}lib/llvm-[0-9]*/bin/clang rix,
|
||||
/{usr/,}bin/{,@{multiarch}-}gcc-[0-9]* rix,
|
||||
/{usr/,}bin/{,@{multiarch}-}g++-[0-9]* rix,
|
||||
/{usr/,}bin/{,@{multiarch}-}ld.bfd rix,
|
||||
/{usr/,}lib/gcc/@{multiarch}/[0-9]*/collect2 rix,
|
||||
|
||||
owner /tmp/cc* rw,
|
||||
owner /tmp/tmp* rw,
|
||||
|
||||
/media/ccache/*/** rw,
|
||||
|
||||
/etc/debian_version r,
|
||||
|
||||
}
|
||||
|
||||
profile gpg {
|
||||
include <abstractions/base>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue