1b854c7 Add common API for doing polkit authentication

Authored and Committed by berrange 9 years ago
    Add common API for doing polkit authentication
    
    There are now two places in libvirt which use polkit. Currently
    they use pkexec, which is set to be replaced by direct DBus API
    calls. Add a common API which they will both be able to use for
    this purpose.
    
    No tests are added at this time, since the impl will be gutted
    in favour of a DBus API call shortly.
    
    Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
    
        
file modified
+2 -0
file modified
+1 -0
file modified
+5 -2
file modified
+4 -0
file modified
+2 -0
file added
+263
file added
+34