From 1168f9398a0547a83d9e4cd9c2f0183e01fff524 Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Thu, 27 Aug 2015 17:08:35 -0400 Subject: firejail improvements --- pcr/firejail/001-addmoresecurity-firefox.patch | 1 + pcr/firejail/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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' -- cgit v1.2.3-54-g00ecf