From bcf0143fa99a8537512e7fee9bd57e1bb30222ad Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 13 Nov 2020 09:12:12 -0800 Subject: Fix vlc.local causing vlc to zombie --- profiles/vlc.local | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'profiles/vlc.local') diff --git a/profiles/vlc.local b/profiles/vlc.local index 0b4bfa4..b57bc82 100644 --- a/profiles/vlc.local +++ b/profiles/vlc.local @@ -1,10 +1,13 @@ +ignore mkdir ${HOME}/.cache/vlc ignore noblacklist ${HOME}/.cache/vlc +ignore whitelist ${HOME}/.cache/vlc noblacklist ${MUSIC} noblacklist ${PICTURES} noblacklist ${VIDEOS} include disable-xdg.inc +whitelist ${DOWNLOADS} whitelist ${MUSIC} whitelist ${PICTURES} whitelist ${VIDEOS} @@ -20,7 +23,7 @@ ignore ipc-namespace # # seccomp breaks integrated file manager on kde applications # # due to syscall name_to_handle_at -# # kcmp syscall requied by amdgpu hardware acceleration +# # kcmp syscall required by amdgpu hardware acceleration seccomp !name_to_handle_at,!kcmp dbus-user none -- cgit v1.2.1