aboutsummaryrefslogtreecommitdiffstats
path: root/etc/emacs.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-06-18 10:20:14 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-06-18 10:20:14 +0200
commit1d56e466c20ecf887fe4b995653fbc48375ead7e (patch)
tree63d71cd23e869af9fbe7c100d4861353667e26d5 /etc/emacs.profile
parentFix filename in comment (diff)
downloadfirejail-1d56e466c20ecf887fe4b995653fbc48375ead7e.tar.gz
firejail-1d56e466c20ecf887fe4b995653fbc48375ead7e.tar.zst
firejail-1d56e466c20ecf887fe4b995653fbc48375ead7e.zip
three new blacklist in disable-common.inc
* ~/.viminfo * ~/.lesshst * ~/.python_history
Diffstat (limited to 'etc/emacs.profile')
-rw-r--r--etc/emacs.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/emacs.profile b/etc/emacs.profile
index 24e800b5e..f8b451f02 100644
--- a/etc/emacs.profile
+++ b/etc/emacs.profile
@@ -12,6 +12,9 @@ noblacklist ${HOME}/.emacs.d
12# or put it into your emacs.local 12# or put it into your emacs.local
13#noblacklist ${HOME}/.gnupg 13#noblacklist ${HOME}/.gnupg
14noblacklist ${HOME}/.python-history 14noblacklist ${HOME}/.python-history
15noblacklist ${HOME}/.python_history
16noblacklist ${HOME}/.pythonhist
17noblacklist ${HOME}/.pythonrc.py
15 18
16include disable-common.inc 19include disable-common.inc
17include disable-passwdmgr.inc 20include disable-passwdmgr.inc