From f953c6473b839a705f0857a1361940873a19a12b Mon Sep 17 00:00:00 2001
From: Nikos Skalkotos <skalkoto@grnet.gr>
Date: Thu, 27 Feb 2014 11:15:55 +0200
Subject: [PATCH] Add .{,z}sh_history in the sensitive user data

---
 image_creator/os_type/unix.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/image_creator/os_type/unix.py b/image_creator/os_type/unix.py
index 7255f44..fa33c7e 100644
--- a/image_creator/os_type/unix.py
+++ b/image_creator/os_type/unix.py
@@ -42,7 +42,9 @@ class Unix(OSBase):
     """OS class for Unix"""
     sensitive_userdata = [
         '.history',
+        '.sh_history',
         '.bash_history',
+        '.zsh_history',
         '.gnupg',
         '.ssh',
         '.kamakirc',
-- 
GitLab