]> xenbits.xensource.com Git - libvirt.git/commitdiff
schema: smbios: allow any strings
authorPeter Krempa <pkrempa@redhat.com>
Mon, 10 Oct 2016 15:49:03 +0000 (17:49 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 14 Oct 2016 02:04:05 +0000 (04:04 +0200)
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

index 6eeb4e9e7df064087790b97421f9c2dda6720b9e..f1609f90f56fd69dccae73c036e05fa03504a720 100644 (file)
   </define>
 
   <define name="sysinfo-value">
-    <data type="string">
-      <param name='pattern'>[a-zA-Z0-9/\-_\. \(\)]+</param>
-    </data>
+    <data type="string"/>
   </define>
 
   <define name="acpiTable">