aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2017-05-22 13:03:17 -0500
committerLibravatar GitHub <noreply@github.com>2017-05-22 13:03:17 -0500
commitded8dc1f20453c45921f128ecd3681e1600d057b (patch)
tree7ad14ef08d3d1a19f3e05befee7e3a49d3aebac9 /etc
parentMerge pull request #1295 from SYN-cook/patch-1 (diff)
parentAdd fish-shell history and config to disable-common.inc (diff)
downloadfirejail-ded8dc1f20453c45921f128ecd3681e1600d057b.tar.gz
firejail-ded8dc1f20453c45921f128ecd3681e1600d057b.tar.zst
firejail-ded8dc1f20453c45921f128ecd3681e1600d057b.zip
Merge pull request #1297 from jelford/fish_config_blacklist
Add fish-shell history and config to disable-common.inc
Diffstat (limited to 'etc')
-rw-r--r--etc/disable-common.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/disable-common.inc b/etc/disable-common.inc
index 7a5e8bf5b..c78640cd7 100644
--- a/etc/disable-common.inc
+++ b/etc/disable-common.inc
@@ -6,6 +6,7 @@ include /etc/firejail/disable-common.local
6blacklist-nolog ${HOME}/.history 6blacklist-nolog ${HOME}/.history
7blacklist-nolog ${HOME}/.*_history 7blacklist-nolog ${HOME}/.*_history
8blacklist-nolog ${HOME}/.bash_history 8blacklist-nolog ${HOME}/.bash_history
9blacklist-nolog ${HOME}/.local/share/fish/fish_history
9blacklist-nolog ${HOME}/.adobe 10blacklist-nolog ${HOME}/.adobe
10blacklist-nolog ${HOME}/.macromedia 11blacklist-nolog ${HOME}/.macromedia
11 12
@@ -142,6 +143,8 @@ read-only ${HOME}/.zsh_files
142read-only ${HOME}/.tcshrc 143read-only ${HOME}/.tcshrc
143read-only ${HOME}/.cshrc 144read-only ${HOME}/.cshrc
144read-only ${HOME}/.csh_files 145read-only ${HOME}/.csh_files
146read-only ${HOME}/.config/fish
147read-only ${HOME}/.local/share/fish
145read-only ${HOME}/.profile 148read-only ${HOME}/.profile
146read-only ${HOME}/.forward 149read-only ${HOME}/.forward
147read-only ${HOME}/.login 150read-only ${HOME}/.login