diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-11-13 09:12:12 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-11-13 09:12:12 -0800 |
commit | bcf0143fa99a8537512e7fee9bd57e1bb30222ad (patch) | |
tree | d6ea24f2ad606037169e56c74f1c34f2785ded18 /profiles | |
parent | Add qimv profile (diff) | |
download | firejail-profiles-bcf0143fa99a8537512e7fee9bd57e1bb30222ad.tar.xz |
Fix vlc.local causing vlc to zombie
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/vlc.local | 5 |
1 files changed, 4 insertions, 1 deletions
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 |