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

2013-03-28 Thread Daniel P. Berrange
On Thu, Mar 21, 2013 at 05:50:48PM +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 to

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

2013-03-21 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 v4: -drop errno setting diff to v3: -set errno=ENOSYS when building