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

2013-03-15 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 v3: -set errno=ENOSYS when building without WITH_ATTR for easier check

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

2013-03-15 Thread Daniel P. Berrange
On Fri, Mar 15, 2013 at 03:12:02PM +0100, Michal Privoznik wrote: 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