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-Tag: v2.13-beta1~8^2 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=c51f6767e956061da2cd3db417328e03ae92a4ce 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 3762d94b56..d56620d6bd 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