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 --- PKGBUILD | 4 ++-- profiles/vlc.local | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 42e1eaf..16e77d8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: jc_gargma pkgname=firejail-profiles -pkgver=20201110 +pkgver=20201113 pkgrel=1 pkgdesc="Additional firejail profiles and locals" arch=('any') @@ -9,7 +9,7 @@ url="https://library.iserlohn-fortress.net/firejail-profiles.git" license=('GPLv3') depends=('firejail' 'hardened-malloc') source=(profiles.tar.gz) -b2sums=('bd16ed8ad3e20de2d294c916783335dc125c073bff9f94ba1c0ed33af3d7675727c4798101287b8e2d52bc6883adf07ea20166a386f3440aba36da62cc6c4d45') +b2sums=('beeaa9b7e4ff974c439b794951dfa92c9fe994183f95bb8f1de480caa6303995b1a9d1f7525b0c5aa018bb0ea0004b306b5dcb64f0e75b70d3a83401ecd48f75') package() { install --directory ${pkgdir}/etc/firejail 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