Re: [libvirt] [PATCH 19/19] Add validation that all APIs contain ACL checks

2013-06-24 Thread Daniel P. Berrange
On Fri, Jun 21, 2013 at 11:17:09AM +0200, Michal Privoznik wrote: On 19.06.2013 19:01, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Add a script which parses the driver API code and validates that every API registered in a virNNNDriverPtr table contains an ACL

Re: [libvirt] [PATCH 19/19] Add validation that all APIs contain ACL checks

2013-06-21 Thread Michal Privoznik
On 19.06.2013 19:01, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Add a script which parses the driver API code and validates that every API registered in a virNNNDriverPtr table contains an ACL check matching the API name. Signed-off-by: Daniel P. Berrange

[libvirt] [PATCH 19/19] Add validation that all APIs contain ACL checks

2013-06-19 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com Add a script which parses the driver API code and validates that every API registered in a virNNNDriverPtr table contains an ACL check matching the API name. Signed-off-by: Daniel P. Berrange berra...@redhat.com --- src/Makefile.am | 22

[libvirt] [PATCH 19/19] Add validation that all APIs contain ACL checks

2013-05-09 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com Add a script which parses the driver API code and validates that every API registered in a virNNNDriverPtr table contains an ACL check matching the API name. Signed-off-by: Daniel P. Berrange berra...@redhat.com --- src/Makefile.am | 22