summaryrefslogtreecommitdiff
path: root/source/include/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-10-08 15:19:04 -0700
committerKarolin Seeger <kseeger@samba.org>2008-10-15 18:05:46 +0200
commit833a9f5f57933cab0ebf480212f016f70696a150 (patch)
treef7da1a03f6fd9790df0b0cc584ddc97fc987b4b0 /source/include/proto.h
parentc62e2d9e7a5c2c4dc04c2b1d78af90c6d557a40f (diff)
downloadsamba-833a9f5f57933cab0ebf480212f016f70696a150.tar.gz
Deal with inheritance from parent directory when setting Windows
ACLs. Jeremy. (cherry picked from commit efc3de5e2490be615121f7231cd1611df2163e78)
Diffstat (limited to 'source/include/proto.h')
-rw-r--r--source/include/proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index 23a56835a09..46933d6fc3e 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -10024,6 +10024,9 @@ NTSTATUS posix_fget_nt_acl(struct files_struct *fsp, uint32_t security_info,
NTSTATUS posix_get_nt_acl(struct connection_struct *conn, const char *name,
uint32_t security_info, SEC_DESC **ppdesc);
int try_chown(connection_struct *conn, const char *fname, uid_t uid, gid_t gid);
+NTSTATUS append_parent_acl(files_struct *fsp,
+ const SEC_DESC *pcsd,
+ SEC_DESC **pp_new_sd);
NTSTATUS set_nt_acl(files_struct *fsp, uint32 security_info_sent, const SEC_DESC *psd);
int get_acl_group_bits( connection_struct *conn, const char *fname, mode_t *mode );
int chmod_acl(connection_struct *conn, const char *name, mode_t mode);