From cf9a423cbd06440eb287f2faf2c267253db9e366 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Mon, 10 Oct 2016 17:49:03 +0200 Subject: [PATCH] schema: smbios: allow any strings The smbios docs allow any string to be passed and libvirt does not really do any validation on them. Allow passing any string. Partially resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1373535 --- docs/schemas/domaincommon.rng | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index 6eeb4e9e7d..f1609f90f5 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -4517,9 +4517,7 @@ - - [a-zA-Z0-9/\-_\. \(\)]+ - + -- GitLab