Re: [libvirt] [PATCH v3 2/3] virfile: Introduce internal API for managing ACL

2013-03-12 Thread Daniel P. Berrange
On Mon, Mar 11, 2013 at 05:13:28PM +0100, Michal Privoznik wrote: diff --git a/m4/virt-acl.m4 b/m4/virt-acl.m4 new file mode 100644 index 000..7f16dca --- /dev/null +++ b/m4/virt-acl.m4 @@ -0,0 +1,9 @@ +dnl The libacl.so library + +AC_DEFUN([LIBVIRT_CHECK_ACL],[ +

[libvirt] [PATCH v3 2/3] virfile: Introduce internal API for managing ACL

2013-03-11 Thread Michal Privoznik
For now, only three APIs are implemented: virFileGetACL to retrieve permission for a specific user virFileSetACL for setting requested permissions for a specific user, virFileRemoveACL to remove those permissions. --- diff to v2: -Introduced m4 macro to check for libacl -new virFileGetACL API