search for: xppath

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

Did you mean: xpath
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
2016 Nov 16
3
[PATCH 1/2] libvirt: un-duplicate XPath code
...val->nodeNr > 0) + if (!xPathObjectIsEmpty (xpreadonly)) readonly = 1; if (f) @@ -774,23 +729,17 @@ connect_live (guestfs_h *g, virDomainPtr dom) if (nodes != NULL) { for (i = 0; i < nodes->nodeNr; ++i) { CLEANUP_XMLXPATHFREEOBJECT xmlXPathObjectPtr xppath = NULL; - xmlAttrPtr attr; /* See note in function above. */ xpathCtx->node = nodes->nodeTab[i]; /* The path is in <source path=..> attribute. */ xppath = xmlXPathEvalExpression (BAD_CAST "./source/@path", xpathCtx); - if (xppath == NU...