mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 17:31:01 +01:00

Currently, kde abstraction only allows reading ~/.config/kdeglobals (by design), though some applications might need to update it's contents such as KFileDialog settings. This patch fixes it by introducing new abstraction. Signed-off-by: John Johansen <john.johansen@canonical.com>
10 lines
298 B
Text
10 lines
298 B
Text
# vim:syntax=apparmor
|
|
# Rules for changing KDE settings (for KFileDialog and other).
|
|
|
|
# User files
|
|
|
|
owner @{HOME}/.config/#[0-9]* rw,
|
|
owner @{HOME}/.config/kdeglobals rw,
|
|
owner @{HOME}/.config/kdeglobals.?????? rwl -> @{HOME}/.config/#[0-9]*,
|
|
owner @{HOME}/.config/kdeglobals.lock rwk,
|
|
|