mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
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 <jra@samba.org>
This commit is contained in:
parent
a0d1685039
commit
7874a43154
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user