blob: 65b4300f666c094e6556ccb46449654b48d5621b (
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
26
27
28
29
|
ignore noblacklist ${HOME}/.mozilla
ignore noblacklist ${DOCUMENTS}
whitelist ${HOME}/.keepassxc
whitelist ${HOME}/.config/keepassxc
whitelist ${HOME}/.config/keepassxcrc
include whitelist-common.inc
# # no3d breaks decryption for some reason
ignore no3d
# # nodbus breaks systray support
ignore nodbus
# # machine-id and net=none breaks systray support with openrc/eudev
ignore machine-id
ignore net
netfilter
protocol unix
# # seccomp breaks integrated file manager on kde applications
# # due to syscall name_to_handle_at
seccomp !name_to_handle_at
tracelog
disable-mnt
private-bin keepassxc,dbus-launch
private-etc fonts,ld.so.cache,localtime,machine-id,passwd
|