blob: 2b8386b7e7d357ede887d283736fab487d9baf1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
ignore noblacklist ${HOME}/.kde/share/config/konversationrc
ignore noblacklist ${HOME}/.kde4/share/config/konversationrc
noblacklist ${HOME}/.local/share/konversation
include whitelist-common.inc
whitelist ${HOME}/.config
whitelist ${HOME}/.config/konversationrc
whitelist ${HOME}/.config/konversationrc.notifyrc
mkdir ${HOME}/.local/share/konversation
mkdir ${HOME}/.local/share/kxmlgui5/konversation
whitelist ${HOME}/.local/share/konversation
whitelist ${HOME}/.local/share/kxmlgui5/konversation
# ipc-namespace
machine-id
protocol unix,inet
private-bin konversation,keditbookmarks
private-etc asound.conf,group,machine-id,pulse,resolv.conf
dbus-user none
dbus-system none
|