mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
Fix profiles for support Qt5CT and Qt6CT
This fix the next profiles *Birdtray *Convertall *Fritzing
This commit is contained in:
parent
72784f4cbc
commit
5c35b1d69c
3 changed files with 3 additions and 12 deletions
|
@ -15,6 +15,7 @@ profile birdtray @{exec_path} {
|
|||
include <abstractions/fonts>
|
||||
include <abstractions/fontconfig-cache-read>
|
||||
include <abstractions/freedesktop.org>
|
||||
include <abstractions/qt5>
|
||||
include <abstractions/qt5-settings-write>
|
||||
include <abstractions/mesa>
|
||||
include <abstractions/dri-enumerate>
|
||||
|
@ -50,10 +51,6 @@ profile birdtray @{exec_path} {
|
|||
owner @{HOME}/.thunderbird/*.*/{Imap,}Mail/**/ r,
|
||||
owner @{HOME}/.thunderbird/*.*/{Imap,}Mail/**/*.msf r,
|
||||
|
||||
# To configure Qt5 settings (theme, font, icons, etc.) under DE/WM without Qt integration
|
||||
owner @{user_config_dirs}/qt5ct/{,**} r,
|
||||
/usr/share/qt5ct/** r,
|
||||
|
||||
/usr/share/hwdata/pnp.ids r,
|
||||
|
||||
/dev/shm/#@{int} rw,
|
||||
|
|
|
@ -18,6 +18,7 @@ profile convertall @{exec_path} {
|
|||
include <abstractions/mesa>
|
||||
include <abstractions/dri-enumerate>
|
||||
include <abstractions/python>
|
||||
include <abstractions/qt5>
|
||||
include <abstractions/qt5-compose-cache-write>
|
||||
include <abstractions/nameservice-strict>
|
||||
|
||||
|
@ -30,10 +31,6 @@ profile convertall @{exec_path} {
|
|||
|
||||
deny owner @{PROC}/@{pid}/cmdline r,
|
||||
|
||||
# To configure Qt5 settings (theme, font, icons, etc.) under DE/WM without Qt integration
|
||||
owner @{user_config_dirs}/qt5ct/{,**} r,
|
||||
/usr/share/qt5ct/** r,
|
||||
|
||||
/usr/share/convertall/{,**} r,
|
||||
/usr/share/doc/convertall/{,*} r,
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@ profile fritzing @{exec_path} {
|
|||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/mesa>
|
||||
include <abstractions/dri-enumerate>
|
||||
include <abstractions/qt5>
|
||||
include <abstractions/qt5-settings-write>
|
||||
|
||||
network inet dgram,
|
||||
|
@ -35,10 +36,6 @@ profile fritzing @{exec_path} {
|
|||
owner @{HOME}/@{XDG_DOCUMENTS_DIR}/Fritzing/ rw,
|
||||
owner @{HOME}/@{XDG_DOCUMENTS_DIR}/Fritzing/** rw,
|
||||
|
||||
# To configure Qt5 settings (theme, font, icons, etc.) under DE/WM without Qt integration
|
||||
owner @{user_config_dirs}/qt5ct/{,**} r,
|
||||
/usr/share/qt5ct/** r,
|
||||
|
||||
/usr/share/fritzing/{,**} r,
|
||||
|
||||
/usr/share/hwdata/pnp.ids r,
|
||||
|
|
Loading…
Reference in a new issue