[PATCH 0/3] security: Don't error out on seclabels of type='none'

Michal Privoznik via Devel posted 3 patches 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1774525799.git.mprivozn@redhat.com
There is a newer version of this series
src/conf/domain_conf.c          | 13 +++++------
src/security/security_manager.c | 41 ++++++++++++++++++++++++---------
2 files changed, 36 insertions(+), 18 deletions(-)
[PATCH 0/3] security: Don't error out on seclabels of type='none'
Posted by Michal Privoznik via Devel 1 week ago
*** BLURB HERE ***

Michal Prívozník (3):
  conf: Fix seclabel type parsing wrt default value
  security: Rewrite virSecurityManagerCheckModel() to use g_autofree
  security: Don't error out on seclabels of type='none'

 src/conf/domain_conf.c          | 13 +++++------
 src/security/security_manager.c | 41 ++++++++++++++++++++++++---------
 2 files changed, 36 insertions(+), 18 deletions(-)

-- 
2.52.0

Re: [PATCH 0/3] security: Don't error out on seclabels of type='none'
Posted by Ján Tomko via Devel 2 days, 8 hours ago
On a Thursday in 2026, Michal Privoznik via Devel wrote:
>*** BLURB HERE ***
>
>Michal Prívozník (3):
>  conf: Fix seclabel type parsing wrt default value
>  security: Rewrite virSecurityManagerCheckModel() to use g_autofree
>  security: Don't error out on seclabels of type='none'
>
> src/conf/domain_conf.c          | 13 +++++------
> src/security/security_manager.c | 41 ++++++++++++++++++++++++---------
> 2 files changed, 36 insertions(+), 18 deletions(-)
>

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

Jano