blob: fa25e5ee2023850c786e06fa98882b6a46bfe6c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
ignore noblacklist ${HOME}/.kde/share/config/k3brc
ignore noblacklist ${HOME}/.kde4/share/config/k3brc
whitelist ${HOME}/.config/k3brc
whitelist ${HOME}/.cddb
whitelist ${HOME}/ISOs
whitelist ${MUSIC}
include whitelist-common.inc
# # seccomp breaks integrated file manager on kde applications
# # due to syscall name_to_handle_at
seccomp !name_to_handle_at
private-tmp
|