search for: pam_data_op

Displaying 2 results from an estimated 2 matches for "pam_data_op".

2012 May 07
1
[PATCH] sysprep: remove pam data
..."/var/run/sepermit/*"; ] in + List.iter ( + fun path -> + let files = g#glob_expand path in + Array.iter ( + fun file -> + try g#rm file with G.Error _ -> () + ) files; + ) paths; + + [] + ) + else [] + +let pam_data_op = { + name = "pam-data"; + enabled_by_default = true; + heading = s_"Remove the PAM data in the guest"; + pod_description = None; + extra_args = []; + perform = pam_data_perform; +} + +let () = register_operation pam_data_op -- 1.7.10
2013 Aug 24
67
[PATCH 00/67] Proposed patches for libguestfs 1.22.6.
In the kernel and qemu communities it is routine for patches that will be backported to stable branches to be posted for review. I'm proposing we do the same for libguestfs stable branches. All of the attached have been tested with 'make check-release'. Rich.