summaryrefslogtreecommitdiffstats
path: root/etc/pluma.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/pluma.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/pluma.profile')
-rw-r--r--etc/pluma.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/pluma.profile b/etc/pluma.profile
index 91e6edc65..81b2b1481 100644
--- a/etc/pluma.profile
+++ b/etc/pluma.profile
@@ -7,6 +7,9 @@ include pluma.local
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.config/pluma 9noblacklist ${HOME}/.config/pluma
10noblacklist ${HOME}/.python-history
11noblacklist ${HOME}/.python_history
12noblacklist ${HOME}/.pythonhist
10noblacklist ${HOME}/.pythonrc.py 13noblacklist ${HOME}/.pythonrc.py
11 14
12include disable-common.inc 15include disable-common.inc