mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
sysprep: remove some Pegasus files, like certs (RHBZ#1041552).
This commit is contained in:
@@ -91,6 +91,13 @@ let globs = List.sort compare [
|
||||
|
||||
(* log file of ntp *)
|
||||
"/var/log/ntpstats/*";
|
||||
|
||||
(* Pegasus certificates and other files *)
|
||||
"/etc/Pegasus/*.cnf";
|
||||
"/etc/Pegasus/*.crt";
|
||||
"/etc/Pegasus/*.csr";
|
||||
"/etc/Pegasus/*.pem";
|
||||
"/etc/Pegasus/*.srl";
|
||||
]
|
||||
let globs_as_pod = String.concat "\n" (List.map ((^) " ") globs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user