From: Daniel Weismueller Date: Tue, 11 Dec 2012 14:46:09 +0000 (+0100) Subject: bash: Clear console before logout to not leak any information. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fbash-logout;p=people%2Fdweismueller%2Fipfire-2.x.git bash: Clear console before logout to not leak any information. --- diff --git a/config/bash/dot_bash_logout b/config/bash/dot_bash_logout index 3762d94b5..d56620d6b 100644 --- a/config/bash/dot_bash_logout +++ b/config/bash/dot_bash_logout @@ -2,6 +2,9 @@ # Personal items to perform on logout. +# Clear console to not leak any information. +clear + echo "Bye bye." # End ~/.bash_logout