From 31aa48395b34e8a63791a0b8110d143b5b3ea3f8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 31 Mar 2020 11:09:27 -0700 Subject: Fix keepassxc whitelisting --- PKGBUILD | 4 ++-- profiles/keepassxc.local | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 528dc4e..4c3b629 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: jc_gargma pkgname=firejail-profiles -pkgver=20200321 +pkgver=20200331 pkgrel=1 pkgdesc="Additional firejail profiles and locals" arch=('any') @@ -9,7 +9,7 @@ url="https://library.iserlohn-fortress.net/jc_gargma" license=('GPLv3') depends=('firejail' 'hardened-malloc') source=(profiles.tar.gz) -b2sums=('c7669d0ce7db1f8e46b5cd86dceb68955aad54c1e49fc7acf0af33033e5d562b2595bd7cadde2dc7d32d63452d6aac144c8f2f8e0d8b0864b7b8414d2a0c854e') +b2sums=('31d5a061c7dd203ee55dd9448469bd61ac44aa7f8704e59c6d4bcf9eb88c85040d55c3c508b0f6f59df10ac46348c80d622a5e873450095756199c166671b83a') package() { install --directory ${pkgdir}/etc/firejail diff --git a/profiles/keepassxc.local b/profiles/keepassxc.local index d8b7fd1..65b4300 100644 --- a/profiles/keepassxc.local +++ b/profiles/keepassxc.local @@ -1,6 +1,7 @@ ignore noblacklist ${HOME}/.mozilla ignore noblacklist ${DOCUMENTS} +whitelist ${HOME}/.keepassxc whitelist ${HOME}/.config/keepassxc whitelist ${HOME}/.config/keepassxcrc include whitelist-common.inc -- cgit v1.2.1