mirror of https://gitee.com/openkylin/libvirt.git
gendispatch: Add proper XML header to ACL permissions XML file
Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
c9ee6f1d57
commit
e0def8d587
|
@ -454,6 +454,7 @@ if ($mode eq "aclsym") {
|
|||
__EOF__
|
||||
} elsif ($mode eq "aclapi") {
|
||||
print <<__EOF__;
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
- Automatically generated from $protocol by gendispatch.pl.
|
||||
- Do not edit this file. Any changes you make will be lost.
|
||||
|
|
Loading…
Reference in New Issue