File cf9a423c-schema-smbios-strings.patch of Package libvirt.11509
commit cf9a423cbd06440eb287f2faf2c267253db9e366
Author: Peter Krempa <pkrempa@redhat.com>
Date: Mon Oct 10 17:49:03 2016 +0200
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
Index: libvirt-2.0.0/docs/schemas/domaincommon.rng
===================================================================
--- libvirt-2.0.0.orig/docs/schemas/domaincommon.rng
+++ libvirt-2.0.0/docs/schemas/domaincommon.rng
@@ -4522,9 +4522,7 @@
</define>
<define name="sysinfo-value">
- <data type="string">
- <param name='pattern'>[a-zA-Z0-9/\-_\. \(\)]+</param>
- </data>
+ <data type="string"/>
</define>
<define name="acpiTable">