From 8e6d223d9c10a15a531118c34b5da163936f08e0 Mon Sep 17 00:00:00 2001 From: James Elford Date: Mon, 22 May 2017 09:25:10 +0100 Subject: Add fish-shell history and config to disable-common.inc --- etc/disable-common.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc') 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 blacklist-nolog ${HOME}/.history blacklist-nolog ${HOME}/.*_history blacklist-nolog ${HOME}/.bash_history +blacklist-nolog ${HOME}/.local/share/fish/fish_history blacklist-nolog ${HOME}/.adobe blacklist-nolog ${HOME}/.macromedia @@ -142,6 +143,8 @@ read-only ${HOME}/.zsh_files read-only ${HOME}/.tcshrc read-only ${HOME}/.cshrc read-only ${HOME}/.csh_files +read-only ${HOME}/.config/fish +read-only ${HOME}/.local/share/fish read-only ${HOME}/.profile read-only ${HOME}/.forward read-only ${HOME}/.login -- cgit v1.2.3-54-g00ecf