diff options
author | Jeremy Allison <jra@samba.org> | 2009-12-23 17:17:48 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-12-23 17:17:48 -0800 |
commit | 3d85b1ebe5e3484250b6810f1a45c1ba5a4900f7 (patch) | |
tree | ec49c6aca98cfff692312507d799613c04d89400 /source3/include | |
parent | 67d1af438467b9c3a9a13cd8a3dd35cddbf152fc (diff) | |
download | samba-3d85b1ebe5e3484250b6810f1a45c1ba5a4900f7.tar.gz samba-3d85b1ebe5e3484250b6810f1a45c1ba5a4900f7.tar.bz2 samba-3d85b1ebe5e3484250b6810f1a45c1ba5a4900f7.zip |
The posix acl version of set_nt_acl() could set the stat_ex
struct in the fsp->fsp_name pointer incorrectly for a directory.
Fix this. Make map_canon_ace_perms() public.
Jeremy.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 872848561e..f303c70821 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6735,6 +6735,10 @@ void reply_pipe_close(connection_struct *conn, struct smb_request *req); void create_file_sids(const SMB_STRUCT_STAT *psbuf, DOM_SID *powner_sid, DOM_SID *pgroup_sid); bool nt4_compatible_acls(void); +uint32_t map_canon_ace_perms(int snum, + enum security_ace_type *pacl_type, + mode_t perms, + bool directory_ace); NTSTATUS unpack_nt_owners(int snum, uid_t *puser, gid_t *pgrp, uint32 security_info_sent, const SEC_DESC *psd); SMB_ACL_T free_empty_sys_acl(connection_struct *conn, SMB_ACL_T the_acl); NTSTATUS posix_fget_nt_acl(struct files_struct *fsp, uint32_t security_info, |