librpc: Add special owner/group/other constants to nfs4acl.idl
authorAndrew Bartlett <abartlet@samba.org>
Sun, 14 Apr 2013 09:51:42 +0000 (19:51 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 9 May 2013 04:18:21 +0000 (06:18 +0200)
As per nfs4acl-0.9/lib/nfs4acl.c (the package where this structure is originally defined)

Andrew Bartlett
Reviewed-by: Jeremy Allison <jra@samba.org>
librpc/idl/nfs4acl.idl

index 3d4379ad5e57fafa5e20859f8bfb3cc5b42bee42..aeab0a0d10812f434769da5baa64c93391e42471 100644 (file)
@@ -15,6 +15,10 @@ interface nfs4acl
 {
        const char *NFS4ACL_XATTR_NAME = "system.nfs4acl";
 
+       const char *NFS4ACL_XATTR_OWNER_WHO      = "OWNER@";
+       const char *NFS4ACL_XATTR_GROUP_WHO      = "GROUP@";
+       const char *NFS4ACL_XATTR_EVERYONE_WHO   = "EVERYONE@";
+
        /* these structures use the same bit values and other constants as
           in security.idl */
        typedef [flag(NDR_BIG_ENDIAN)] struct {