From 2bd4ed97adecbd4a3764fddc5a8bf9cb424fda31 Mon Sep 17 00:00:00 2001
From: Dionysis Grigoropoulos <dgrig@grnet.gr>
Date: Tue, 3 Jun 2014 10:49:09 +0300
Subject: [PATCH] Add .kamaki.log to the sensitive user data list

Make sure ~/.kamaki.log is removed when sensitive user data are
cleared out.
---
 image_creator/os_type/unix.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/image_creator/os_type/unix.py b/image_creator/os_type/unix.py
index 7255f44..f29c752 100644
--- a/image_creator/os_type/unix.py
+++ b/image_creator/os_type/unix.py
@@ -46,7 +46,8 @@ class Unix(OSBase):
         '.gnupg',
         '.ssh',
         '.kamakirc',
-        '.kamaki.history'
+        '.kamaki.history',
+        '.kamaki.log'
     ]
 
     def _mountpoints(self):
-- 
GitLab