diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-03-08 16:15:37 +1100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-03-10 13:31:23 +0100 |
commit | fc496ef323c908a6b621198d9dc8076f6857385e (patch) | |
tree | 61ac897e910b9bddd3aa28dc84d6080e14baf40d /README.Coding | |
parent | 287b5f6c0f40d3e3d09bc2ce80f5fee02cbae40f (diff) | |
download | samba-fc496ef323c908a6b621198d9dc8076f6857385e.tar.gz samba-fc496ef323c908a6b621198d9dc8076f6857385e.tar.bz2 samba-fc496ef323c908a6b621198d9dc8076f6857385e.zip |
smbd:posix_acls Remove incorrectly added lp_create_mask() and lp_dir_mask() calls
When 6adc7dad96b8c7366da042f0d93b28c1ecb092eb removed the calls to
lp_security_mask/lp_force_security_mode/lp_dir_security_mask/lp_force_dir_security_mode
these calls were replaced with lp_create_mask() and lp_dir_mask()
The issue is that while lp_security_mask() and lp_dir_security_mask defaulted to
0777, the replacement calls did not. This changes behaviour, and incorrectly
prevents a posix mode being specified by the client from being applied to
the disk in the non-ACL enabled case.
Andrew Bartlett
Reviewed-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'README.Coding')
0 files changed, 0 insertions, 0 deletions