search for: gotlabel

Displaying 3 results from an estimated 3 matches for "gotlabel".

Did you mean: getlabel
2000 Feb 08
1
DEC cc doesn't like c++ comments (PR#416)
.../ 1, 1 => sans serif, basic font + /* 1, 1 => sans serif, basic font */ labelDistance = GVStrWidth(buffer, typeface, fontindex, INCHES, dd); labelHeight = GVStrHeight(buffer, typeface, fontindex, @@ -850,7 +850,7 @@ if (lowestVariance < 9999999) gotLabel = 1; } - } // switch (method) + } /* switch (method) */ if (method == 0) { GPolyline(ns, xxx, yyy, USER, dd); @@ -871,7 +871,7 @@ if (gotLabel) { /* find which plot edge we are closest to */ - int closest; // 0 = index, 1 = index+range +...
2013 Feb 28
5
[PATCH v2 0/5] Fix SELinux security contexts so we can access shared disks (RHBZ#912499).
Link to version 1: https://www.redhat.com/archives/libguestfs/2013-February/thread.html#00122 Changes since version 1: - I've pushed two (of the three) code refactoring patches. The third one proved rather hard to move. - selinuxnorelabel option is no more. Instead there is a second internal API (internal_set_libvirt_selinux_norelabel_disks). - fixed bogus commit message -
2013 Feb 28
7
[PATCH 0/7] Fix SELinux security contexts so we can access shared disks (RHBZ#912499).
https://bugzilla.redhat.com/show_bug.cgi?id=912499 (especially comments 7 & 10) This patch set is the final fix so that we can access disks in use by other guests when SELinux and sVirt are enabled. Previously such disks were inaccessible because sVirt labels the disks with a random SELinux label to prevent other instances of qemu from being able to read them. So naturally the libguestfs