aboutsummaryrefslogtreecommitdiffstats
path: root/etc/inc/disable-common.inc
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2022-03-11 15:44:00 +0100
committerLibravatar smitsohu <smitsohu@gmail.com>2022-03-11 15:44:00 +0100
commit255fdb1c7f75f00f0560c614bd986f086a5253cb (patch)
tree50a4b8a7ed6daa8c67006b5498ed86d1788c83aa /etc/inc/disable-common.inc
parentmerge (diff)
parentMerge pull request #5013 from rusty-snake/scala (diff)
downloadfirejail-255fdb1c7f75f00f0560c614bd986f086a5253cb.tar.gz
firejail-255fdb1c7f75f00f0560c614bd986f086a5253cb.tar.zst
firejail-255fdb1c7f75f00f0560c614bd986f086a5253cb.zip
Merge branch 'master' of https://github.com/netblue30/firejail
Diffstat (limited to 'etc/inc/disable-common.inc')
-rw-r--r--etc/inc/disable-common.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/inc/disable-common.inc b/etc/inc/disable-common.inc
index 43332b4d0..2e2f6c429 100644
--- a/etc/inc/disable-common.inc
+++ b/etc/inc/disable-common.inc
@@ -9,7 +9,9 @@ blacklist ${HOME}/.local/share/Trash
9 9
10# History files in $HOME and clipboard managers 10# History files in $HOME and clipboard managers
11blacklist-nolog ${HOME}/.*_history 11blacklist-nolog ${HOME}/.*_history
12blacklist-nolog ${HOME}/.*_history_*
12blacklist-nolog ${HOME}/.adobe 13blacklist-nolog ${HOME}/.adobe
14blacklist-nolog ${HOME}/.ammonite/history
13blacklist-nolog ${HOME}/.cache/greenclip* 15blacklist-nolog ${HOME}/.cache/greenclip*
14blacklist-nolog ${HOME}/.histfile 16blacklist-nolog ${HOME}/.histfile
15blacklist-nolog ${HOME}/.history 17blacklist-nolog ${HOME}/.history
@@ -360,6 +362,7 @@ read-only ${HOME}/.bin
360read-only ${HOME}/.cargo/bin 362read-only ${HOME}/.cargo/bin
361read-only ${HOME}/.gem 363read-only ${HOME}/.gem
362read-only ${HOME}/.local/bin 364read-only ${HOME}/.local/bin
365read-only ${HOME}/.local/share/coursier/bin
363read-only ${HOME}/.luarocks 366read-only ${HOME}/.luarocks
364read-only ${HOME}/.npm-packages 367read-only ${HOME}/.npm-packages
365read-only ${HOME}/.nvm 368read-only ${HOME}/.nvm