]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
librpc/idl: add NFS 4.1 ACL flags
authorRalph Boehme <slow@samba.org>
Thu, 19 Oct 2017 20:44:38 +0000 (22:44 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 7 Nov 2017 23:20:08 +0000 (00:20 +0100)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
librpc/idl/nfs4acl.idl

index 1f0cfbf7a041a37d99b5b2df94008ffb93e47cac..f836436dc6e744c200bc47aa1e0a10e8d1aa7178 100644 (file)
@@ -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 {