From 19cb7b170b2ba3468a7266c1eac0daf8f9d0c229 Mon Sep 17 00:00:00 2001 From: rusty-snake Date: Sun, 27 Jan 2019 15:31:49 +0100 Subject: additional blacklisting --- etc/disable-common.inc | 3 +++ etc/disable-programs.inc | 1 + 2 files changed, 4 insertions(+) diff --git a/etc/disable-common.inc b/etc/disable-common.inc index 6a599893e..985d658e0 100644 --- a/etc/disable-common.inc +++ b/etc/disable-common.inc @@ -11,12 +11,15 @@ blacklist ${HOME}/.local/share/Trash blacklist-nolog ${HOME}/.*_history blacklist-nolog ${HOME}/.adobe blacklist-nolog ${HOME}/.cache/greenclip* +blacklist-nolog ${HOME}/.histfile blacklist-nolog ${HOME}/.history blacklist-nolog ${HOME}/.kde/share/apps/klipper blacklist-nolog ${HOME}/.kde4/share/apps/klipper blacklist-nolog ${HOME}/.local/share/fish/fish_history blacklist-nolog ${HOME}/.local/share/klipper blacklist-nolog ${HOME}/.macromedia +blacklist-nolog ${HOME}/.python-history +blacklist-nolog ${HOME}/.pythonhist blacklist-nolog /tmp/clipmenu* # X11 session autostart diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc index 08438a165..b2f7c5121 100644 --- a/etc/disable-programs.inc +++ b/etc/disable-programs.inc @@ -538,6 +538,7 @@ blacklist ${HOME}/.w3m blacklist ${HOME}/.warzone2100-3.* blacklist ${HOME}/.waterfox blacklist ${HOME}/.weechat +blacklist ${HOME}/.wget-hsts blacklist ${HOME}/.wgetrc blacklist ${HOME}/.wine blacklist ${HOME}/.wireshark -- cgit v1.2.3-54-g00ecf From 228daa1d34bec88f2a944e8e45258be51045e7fb Mon Sep 17 00:00:00 2001 From: rusty-snake Date: Sun, 27 Jan 2019 19:46:44 +0100 Subject: Update wget.profile --- etc/wget.profile | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/wget.profile b/etc/wget.profile index 213840726..87c0501da 100644 --- a/etc/wget.profile +++ b/etc/wget.profile @@ -9,6 +9,7 @@ include globals.local blacklist /tmp/.X11-unix +noblacklist ${HOME}/.wget-hsts noblacklist ${HOME}/.wgetrc include disable-common.inc -- cgit v1.2.3-54-g00ecf From 665a79ac64add957db1561018d0ed501f50fb177 Mon Sep 17 00:00:00 2001 From: rusty-snake Date: Tue, 29 Jan 2019 21:20:45 +0100 Subject: Update some IDE profiles --- etc/emacs.profile | 1 + etc/geany.profile | 1 + etc/gedit.profile | 1 + etc/gnome-builder.profile | 1 + etc/pycharm-community.profile | 1 + etc/vim.profile | 1 + 6 files changed, 6 insertions(+) diff --git a/etc/emacs.profile b/etc/emacs.profile index 06f1a6c53..0d87507df 100644 --- a/etc/emacs.profile +++ b/etc/emacs.profile @@ -10,6 +10,7 @@ noblacklist ${HOME}/.emacs noblacklist ${HOME}/.emacs.d # uncomment the following line if you need gpg #noblacklist ${HOME}/.gnupg +noblacklist ${HOME}/.python-history include disable-common.inc include disable-passwdmgr.inc diff --git a/etc/geany.profile b/etc/geany.profile index a236ea2c5..a21e19329 100644 --- a/etc/geany.profile +++ b/etc/geany.profile @@ -7,6 +7,7 @@ include geany.local include globals.local noblacklist ${HOME}/.config/geany +noblacklist ${HOME}/.python-history include disable-common.inc include disable-passwdmgr.inc diff --git a/etc/gedit.profile b/etc/gedit.profile index d537f1294..af0a3da56 100644 --- a/etc/gedit.profile +++ b/etc/gedit.profile @@ -9,6 +9,7 @@ include globals.local noblacklist ${HOME}/.config/enchant noblacklist ${HOME}/.config/gedit noblacklist ${HOME}/.gitconfig +noblacklist ${HOME}/.python-history include disable-common.inc # include disable-devel.inc diff --git a/etc/gnome-builder.profile b/etc/gnome-builder.profile index d497440f0..05ebea80c 100644 --- a/etc/gnome-builder.profile +++ b/etc/gnome-builder.profile @@ -8,6 +8,7 @@ include globals.local noblacklist ${HOME}/.cargo/config noblacklist ${HOME}/.cargo/registry +noblacklist ${HOME}/.python-history include disable-common.inc include disable-passwdmgr.inc diff --git a/etc/pycharm-community.profile b/etc/pycharm-community.profile index 32fdc750f..bb948a971 100644 --- a/etc/pycharm-community.profile +++ b/etc/pycharm-community.profile @@ -7,6 +7,7 @@ include globals.local noblacklist ${HOME}/snap noblacklist ${HOME}/.PyCharmCE* +noblacklist ${HOME}/.python-history noblacklist ${HOME}/.java # Allow access to java diff --git a/etc/vim.profile b/etc/vim.profile index e4e759b86..55fa22a54 100644 --- a/etc/vim.profile +++ b/etc/vim.profile @@ -6,6 +6,7 @@ include vim.local # Persistent global definitions include globals.local +noblacklist ${HOME}/.python-history noblacklist ${HOME}/.vim noblacklist ${HOME}/.viminfo noblacklist ${HOME}/.vimrc -- cgit v1.2.3-54-g00ecf