summaryrefslogtreecommitdiff
path: root/pcr/firejail
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/firejail')
-rw-r--r--pcr/firejail/001-addmoresecurity-firefox.patch1
-rw-r--r--pcr/firejail/PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/pcr/firejail/001-addmoresecurity-firefox.patch b/pcr/firejail/001-addmoresecurity-firefox.patch
index 0b8d764be..4a7641e9a 100644
--- a/pcr/firejail/001-addmoresecurity-firefox.patch
+++ b/pcr/firejail/001-addmoresecurity-firefox.patch
@@ -26,6 +26,7 @@
+ blacklist ${HOME}/*.key
+ blacklist ${HOME}/.electrum*
+ blacklist ${HOME}/.config/
++ blacklist ${HOME}/.thumnails/
+ blacklist ${HOME}/.zsh_history
caps.drop all
seccomp
diff --git a/pcr/firejail/PKGBUILD b/pcr/firejail/PKGBUILD
index 6475537ff..c1c52f769 100644
--- a/pcr/firejail/PKGBUILD
+++ b/pcr/firejail/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Linux namespaces sandbox program"
arch=('i686' 'x86_64')
license=(GPL2)
url=https://l3net.wordpress.com/projects/firejail/
-backup=(etc/firejail/login.users)
+backup=('etc/firejail/login.users' 'etc/firejail/*.profile')
source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgname-$pkgver.tar.bz2"
'PKGBUILD'
'PKGBUILD.sig'