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

Currently, kde abstraction only allows reading ~/.config/klanguageoverridesrc file (by design). Some KDE applications has option to change language for it's interface, and this needs write access. This is fixed by introducing new abstraction. Signed-off-by: John Johansen <john.johansen@canonical.com>
12 lines
458 B
Text
12 lines
458 B
Text
# vim:syntax=apparmor
|
|
# Rules for changing per-application language settings on KDE. Some KDE
|
|
# applications have "Help -> Switch Application Language..." option, that needs
|
|
# write access to language settings file.
|
|
|
|
# User files
|
|
|
|
owner @{HOME}/.config/#[0-9]* rw,
|
|
owner @{HOME}/.config/klanguageoverridesrc rw,
|
|
owner @{HOME}/.config/klanguageoverridesrc.?????? rwl -> @{HOME}/.config/#[0-9]*,
|
|
owner @{HOME}/.config/klanguageoverridesrc.lock rwk,
|
|
|