summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2017-10-19 22:44:38 +0200
committerJeremy Allison <jra@samba.org>2017-11-08 00:20:08 +0100
commite2950327ffbe66ec03020f6afb0bccf4c6a377ac (patch)
tree263c97a1a30fa8fcffe410f8082bda16ccaa0c70 /librpc
parentf5b2c66e44e9178ceef36630c9daabbc68ad4a57 (diff)
downloadsamba-e2950327ffbe66ec03020f6afb0bccf4c6a377ac.tar.gz
librpc/idl: add NFS 4.1 ACL flags
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/nfs4acl.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/librpc/idl/nfs4acl.idl b/librpc/idl/nfs4acl.idl
index 1f0cfbf7a04..f836436dc6e 100644
--- a/librpc/idl/nfs4acl.idl
+++ b/librpc/idl/nfs4acl.idl
@@ -23,6 +23,11 @@ interface nfs4acl_interface
const uint8 ACL4_XATTR_VERSION_41 = 0x01;
const uint8 ACL4_XATTR_VERSION_DEFAULT = ACL4_XATTR_VERSION_40;
+ const uint8 ACL4_AUTO_INHERIT = 0x01;
+ const uint8 ACL4_PROTECTED = 0x02;
+ const uint8 ACL4_DEFAULTED = 0x04;
+ const uint8 ACL4_WRITE_THROUGH = 0x40;
+
/* these structures use the same bit values and other constants as
in security.idl */
typedef [flag(NDR_BIG_ENDIAN)] struct {