search for: 00d5bae

Displaying 3 results from an estimated 3 matches for "00d5bae".

2014 Apr 30
3
[PATCH 2/2] Fix handling of passwords in URLs
...+++-- src/drives.c | 10 ---------- src/launch-direct.c | 34 +++++++++++++++++++++++----------- sysprep/main.ml | 5 +++-- 12 files changed, 76 insertions(+), 32 deletions(-) diff --git a/customize/customize_main.ml b/customize/customize_main.ml index fb38336..00d5bae 100644 --- a/customize/customize_main.ml +++ b/customize/customize_main.ml @@ -157,11 +157,12 @@ read the man page virt-customize(1). List.iter ( fun (uri, format) -> let { URI.path = path; protocol = protocol; - server = server; username = usern...
2014 May 26
2
[PATCH 2/2] Use setfiles from the appliance for the SELinux relabel (RHBZ#1089100).
...if ops.flags.selinux_relabel then g#set_selinux false; (* The output disk is being created, so use cache=unsafe here. *) g#add_drive_opts ~format:output_format ~cachemode:"unsafe" output_filename; diff --git a/customize/customize_main.ml b/customize/customize_main.ml index 00d5bae..a6c6643 100644 --- a/customize/customize_main.ml +++ b/customize/customize_main.ml @@ -193,7 +193,10 @@ read the man page virt-customize(1). (match memsize with None -> () | Some memsize -> g#set_memsize memsize); (match smp with None -> () | Some smp -> g#set_smp smp);...
2014 May 24
9
SELinux relabel API
[ I realized that we were discussing adding this feature, in various private email, IRC, and this long bugzilla thread: https://bugzilla.redhat.com/show_bug.cgi?id=1060423 That's not how we should do things. Let's discuss it on the mailing list. ] One thing that virt-customize/virt-sysprep/virt-builder have to do is relabel SELinux guests. What we do at the moment