[PATCH 0/5] Fix qemuNodeGetSecurityModel() and some related cleanups

Michal Privoznik posted 5 patches 3 years, 3 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1609784319.git.mprivozn@redhat.com
src/conf/domain_conf.c          |  6 ++----
src/libvirt-lxc.c               |  5 ++---
src/qemu/qemu_driver.c          | 23 +++++++++--------------
src/remote/remote_driver.c      | 12 ++++--------
src/security/security_selinux.c |  3 +--
5 files changed, 18 insertions(+), 31 deletions(-)
[PATCH 0/5] Fix qemuNodeGetSecurityModel() and some related cleanups
Posted by Michal Privoznik 3 years, 3 months ago
While I'd love to give more context, I can't - I've found these on a
stale branch. However, they are still valid and worth of merging.

Michal Prívozník (5):
  qemu: Use virStrcpy in qemuNodeGetSecurityModel()
  qemu: Obtain @caps only after ACL check in qemuNodeGetSecurityModel
  qemu: Fix retval if ACL check fails in qemuNodeGetSecurityModel
  domain_conf: Parse full length of some <seclabel/> attributes
  use more virStrcpy() and virStrcpyStatic()

 src/conf/domain_conf.c          |  6 ++----
 src/libvirt-lxc.c               |  5 ++---
 src/qemu/qemu_driver.c          | 23 +++++++++--------------
 src/remote/remote_driver.c      | 12 ++++--------
 src/security/security_selinux.c |  3 +--
 5 files changed, 18 insertions(+), 31 deletions(-)

-- 
2.26.2

Re: [PATCH 0/5] Fix qemuNodeGetSecurityModel() and some related cleanups
Posted by Ján Tomko 3 years, 3 months ago
On a Monday in 2021, Michal Privoznik wrote:
>While I'd love to give more context, I can't - I've found these on a
>stale branch. However, they are still valid and worth of merging.
>
>Michal Prívozník (5):
>  qemu: Use virStrcpy in qemuNodeGetSecurityModel()
>  qemu: Obtain @caps only after ACL check in qemuNodeGetSecurityModel
>  qemu: Fix retval if ACL check fails in qemuNodeGetSecurityModel
>  domain_conf: Parse full length of some <seclabel/> attributes
>  use more virStrcpy() and virStrcpyStatic()
>
> src/conf/domain_conf.c          |  6 ++----
> src/libvirt-lxc.c               |  5 ++---
> src/qemu/qemu_driver.c          | 23 +++++++++--------------
> src/remote/remote_driver.c      | 12 ++++--------
> src/security/security_selinux.c |  3 +--
> 5 files changed, 18 insertions(+), 31 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano