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:
Peter Krempa 2023-02-20 09:42:58 +01:00
parent c9ee6f1d57
commit e0def8d587

View File

@ -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.