mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-07 01:41:00 +01:00

(At least) openSUSE uses ~/.kde4 to store KDE4 settings. This patch changes ~/.kde/ to ~/.kde{,4} in all abstractions. The patch is mostly from Velery Valery, I only fixed a merge conflict and added the kmail{,2} part in private-files-strict. References: https://bugzilla.novell.com/show_bug.cgi?id=741592 Acked-By: Steve Beattie <sbeattie@ubuntu.com> for both trunk and 2.7.
18 lines
698 B
Text
18 lines
698 B
Text
# vim:syntax=apparmor
|
|
# privacy-violations-strict contains additional rules for sensitive
|
|
# files that you want to explicitly deny access
|
|
|
|
#include <abstractions/private-files>
|
|
|
|
# potentially extremely sensitive files
|
|
audit deny @{HOME}/.gnupg/** mrwkl,
|
|
audit deny @{HOME}/.ssh/** mrwkl,
|
|
audit deny @{HOME}/.gnome2_private/** mrwkl,
|
|
audit deny @{HOME}/.mozilla/** mrwkl,
|
|
audit deny @{HOME}/.config/chromium/** mrwkl,
|
|
audit deny @{HOME}/.{,mozilla-}thunderbird/** mrwkl,
|
|
audit deny @{HOME}/.evolution/** mrwkl,
|
|
audit deny @{HOME}/.config/evolution/** mrwkl,
|
|
audit deny @{HOME}/.kde{,4}/share/apps/kmail{,2}/** mrwkl,
|
|
audit deny @{HOME}/.kde{,4}/share/apps/kwallet/** mrwkl,
|
|
|