]> git.ipfire.org Git - thirdparty/libvirt.git/commit
schema: Restrict mode to octal
authorPhilipp Hahn <hahn@univention.de>
Tue, 26 Feb 2013 08:14:20 +0000 (09:14 +0100)
committerEric Blake <eblake@redhat.com>
Tue, 26 Feb 2013 23:23:21 +0000 (16:23 -0700)
commit141deb9feb1a11bae804deed5434cdd75e3582a2
tree5bb2399ed8f1c4f8c2d3860adf50050f6e2b8ba2
parent9194679e10d421faebf1d031f2f379ceff3bec0d
schema: Restrict mode to octal

virStrToLong(..., 8, ...) already requires the mode to be octal.
Change the relax-ng schema to check for octal as well.

Signed-off-by: Philipp Hahn <hahn@univention.de>
docs/schemas/basictypes.rng
docs/schemas/storagepool.rng
docs/schemas/storagevol.rng