From 7874a431541e10a1846fe3732568496b2b753de1 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 14 Apr 2013 19:51:42 +1000 Subject: librpc: Add special owner/group/other constants to nfs4acl.idl As per nfs4acl-0.9/lib/nfs4acl.c (the package where this structure is originally defined) Andrew Bartlett Reviewed-by: Jeremy Allison --- librpc/idl/nfs4acl.idl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'librpc') diff --git a/librpc/idl/nfs4acl.idl b/librpc/idl/nfs4acl.idl index 3d4379ad5e..aeab0a0d10 100644 --- a/librpc/idl/nfs4acl.idl +++ b/librpc/idl/nfs4acl.idl @@ -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 { -- cgit