From 542291c6df006f877e8c07580b05590935fe54fb Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 24 Nov 2014 13:24:06 -0800 Subject: [PATCH] block less env vars which are insecure --- config/.bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/.bashrc b/config/.bashrc index 665e913..c46eb80 100755 --- a/config/.bashrc +++ b/config/.bashrc @@ -130,3 +130,7 @@ done PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* + +# http://seclists.org/fulldisclosure/2014/Nov/74 +unset LESSOPEN +unset LESSCLOSE