2018-08-05 19:16:12 +03:00
|
|
|
# vim:syntax=apparmor
|
|
|
|
# Allow writing shared settings for Qt-based applications
|
|
|
|
|
2020-05-05 00:08:39 -07:00
|
|
|
abi <abi/3.0>,
|
|
|
|
|
2018-08-05 19:16:12 +03:00
|
|
|
# User files
|
|
|
|
|
2019-01-12 12:50:19 +02:00
|
|
|
owner @{HOME}/.config/#[0-9]*[0-9] rw,
|
2019-01-14 19:23:49 +02:00
|
|
|
owner @{HOME}/.config/QtProject.conf rwl -> @{HOME}/.config/#[0-9]*[0-9],
|
|
|
|
# for temporary files like QtProject.conf.Aqrgeb
|
|
|
|
owner @{HOME}/.config/QtProject.conf.?????? rwl -> @{HOME}/.config/#[0-9]*[0-9],
|
2018-08-05 19:16:12 +03:00
|
|
|
owner @{HOME}/.config/QtProject.conf.lock rwk,
|
|
|
|
|
2019-01-24 03:03:11 -08:00
|
|
|
|
|
|
|
# Include additions to the abstraction
|
2020-05-30 19:46:08 +02:00
|
|
|
include if exists <abstractions/qt5-settings-write.d>
|