mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 16:03:51 +01:00
39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
# vim:syntax=apparmor
|
|
# ------------------------------------------------------------------
|
|
#
|
|
# Copyright (C) 2019-2021 Mikhail Morfikov
|
|
#
|
|
# This program is free software; you can redistribute it and/or
|
|
# modify it under the terms of version 2 of the GNU General Public
|
|
# License published by the Free Software Foundation.
|
|
#
|
|
# ------------------------------------------------------------------
|
|
|
|
abi <abi/3.0>,
|
|
|
|
/usr/share/kde4/** r,
|
|
|
|
/{usr/,}lib/kde4/*.so mr,
|
|
/{usr/,}lib/kde4/plugins/*/ r,
|
|
/{usr/,}lib/kde4/plugins/*/*.so mr,
|
|
|
|
# Create home KDE directory structure
|
|
owner @{HOME}/.kde{,4}/ rw,
|
|
owner @{HOME}/.kde{,4}/**/ rw,
|
|
owner @{HOME}/.config/kde.org/ rw,
|
|
owner @{HOME}/.config/kde.org/**/ rw,
|
|
|
|
# Common configs
|
|
owner @{HOME}/.kde{,4}/share/config/kdeglobals r,
|
|
owner @{HOME}/.kde{,4}/share/config/kdebugrc r,
|
|
owner @{HOME}/.kde{,4}/share/config/servicetype_profilerc r,
|
|
|
|
# Phonon
|
|
owner @{HOME}/.config/kde.org/libphonon.conf rk,
|
|
|
|
owner @{HOME}/.config/Trolltech.conf rk,
|
|
|
|
owner /var/tmp/kdecache-*/ r,
|
|
owner /var/tmp/kdecache-*/** r,
|
|
owner /var/tmp/kdecache-*/*.kcache rw,
|