[Libguestfs] [PATCH 1/5] sysprep: remove /var/log/audit/audit.log

Wanlong Gao gaowanlong at cn.fujitsu.com
Thu Sep 5 06:57:30 UTC 2013


audit.log is already included in /var/log/audit/*.

Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
---
 sysprep/sysprep_operation_logfiles.ml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sysprep/sysprep_operation_logfiles.ml b/sysprep/sysprep_operation_logfiles.ml
index 842b855..cdfe8fc 100644
--- a/sysprep/sysprep_operation_logfiles.ml
+++ b/sysprep/sysprep_operation_logfiles.ml
@@ -40,7 +40,6 @@ let globs = List.sort compare [
   "/var/log/wtmp*";
   "/var/log/apache2/*_log";
   "/var/log/apache2/*_log-*";
-  "/var/log/audit/audit.log";
   "/var/log/ntp";
 
   (* logfiles configured by /etc/logrotate.d/* *)
-- 
1.8.4.27.g0a41de8




More information about the Libguestfs mailing list