diff options
author | Gaming4JC <g4jc@openmailbox.org> | 2015-08-27 17:08:35 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@openmailbox.org> | 2015-08-27 17:08:35 -0400 |
commit | df473844715162e6f11625f42c5c5eeaeec01e0d (patch) | |
tree | 6f17ab872d91732e983db126a3a519723769e4d3 | |
parent | ae26530809173eddd5c70fb89bcf2fa411e89b20 (diff) |
firejail improvements
-rw-r--r-- | pcr/firejail/001-addmoresecurity-firefox.patch | 1 | ||||
-rw-r--r-- | pcr/firejail/PKGBUILD | 2 |
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' |