From c51f6767e956061da2cd3db417328e03ae92a4ce Mon Sep 17 00:00:00 2001 From: Daniel Weismueller Date: Tue, 11 Dec 2012 15:46:09 +0100 Subject: [PATCH] bash: Clear console before logout to not leak any information. --- config/bash/dot_bash_logout | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2