From 55f787761b8b2940b8b5e13c7ce4b13481c4bf1a Mon Sep 17 00:00:00 2001 From: vismir2 Date: Tue, 11 Oct 2016 15:54:01 +0200 Subject: Update emacs.profile allowed accces to own configuration files --- etc/emacs.profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/emacs.profile b/etc/emacs.profile index 2cf614ca7..cbdba7712 100644 --- a/etc/emacs.profile +++ b/etc/emacs.profile @@ -1,5 +1,8 @@ # emacs profile +noblacklist ~/.emacs +noblacklist ~/.emacs.d + include /etc/firejail/disable-common.inc include /etc/firejail/disable-programs.inc include /etc/firejail/disable-passwdmgr.inc -- cgit v1.2.3-54-g00ecf From f4ab9ae4181373166c8eabb470dd0aeeb80a52e2 Mon Sep 17 00:00:00 2001 From: vismir2 Date: Tue, 11 Oct 2016 15:55:12 +0200 Subject: Update mutt.profile added vimrc config file --- etc/mutt.profile | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/mutt.profile b/etc/mutt.profile index 4c9a30dac..cda7fc4bf 100644 --- a/etc/mutt.profile +++ b/etc/mutt.profile @@ -14,6 +14,7 @@ noblacklist ~/.cache/mutt noblacklist ~/.w3m noblacklist ~/.elinks noblacklist ~/.vim +noblacklist ~/.vimrc noblacklist ~/.viminfo noblacklist ~/.emacs noblacklist ~/.emacs.d -- cgit v1.2.3-54-g00ecf From 67afd0814f6d44b7fbbd48929c0bb675d36f3345 Mon Sep 17 00:00:00 2001 From: vismir2 Date: Tue, 11 Oct 2016 15:56:05 +0200 Subject: Update vim.profile allowed acces to own config files --- etc/vim.profile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/etc/vim.profile b/etc/vim.profile index b16939475..3c1fefe41 100644 --- a/etc/vim.profile +++ b/etc/vim.profile @@ -1,10 +1,13 @@ # vim profile +noblacklist ~/.vim +noblacklist ~/.vimrc +noblacklist ~/.viminfo + include /etc/firejail/disable-common.inc include /etc/firejail/disable-programs.inc include /etc/firejail/disable-passwdmgr.inc - caps.drop all netfilter nonewprivs -- cgit v1.2.3-54-g00ecf From b360aff7b55079cca30dcf18eb2d3654bc536d72 Mon Sep 17 00:00:00 2001 From: vismir2 Date: Tue, 11 Oct 2016 15:57:01 +0200 Subject: Update claws-mail.profile removed access to ssh files --- etc/claws-mail.profile | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/claws-mail.profile b/etc/claws-mail.profile index 6dbf893ab..1b6d2f645 100644 --- a/etc/claws-mail.profile +++ b/etc/claws-mail.profile @@ -2,7 +2,6 @@ noblacklist ~/.claws-mail noblacklist ~/.signature -noblacklist ~/.ssh noblacklist ~/.gnupg include /etc/firejail/disable-common.inc -- cgit v1.2.3-54-g00ecf