]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
bash: Clear console before logout to not leak any information.
authorDaniel Weismueller <whytea@ipfire.org>
Tue, 11 Dec 2012 14:46:09 +0000 (15:46 +0100)
committerDaniel <whytea@ipfire.org>
Tue, 11 Dec 2012 15:16:10 +0000 (16:16 +0100)
config/bash/dot_bash_logout

index 3762d94b56d9d8c98cc78e973a2ee8f5c39509b4..d56620d6bd57c43869bbb70fae7a716a449acd05 100644 (file)
@@ -2,6 +2,9 @@
 
 # Personal items to perform on logout.
 
+# Clear console to not leak any information.
+clear
+
 echo "Bye bye."
 
 # End ~/.bash_logout