summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_acl_xattr.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-12-18 15:38:28 -0800
committerJeremy Allison <jra@samba.org>2008-12-18 15:38:28 -0800
commitf9bb8fbe832409893b17f2113d7b35b9ffe91540 (patch)
tree744ffdbf7318c35e6e8b4f9cd74b2a8c766e6dfa /source3/modules/vfs_acl_xattr.c
parent99f7f737356a83348aeda1723d7e1b846a4693c1 (diff)
downloadsamba-f9bb8fbe832409893b17f2113d7b35b9ffe91540.tar.gz
samba-f9bb8fbe832409893b17f2113d7b35b9ffe91540.tar.bz2
samba-f9bb8fbe832409893b17f2113d7b35b9ffe91540.zip
Comment out the parent inheritance code (this is incorrect) as was
done for POSIX ACLs. Jeremy.
Diffstat (limited to 'source3/modules/vfs_acl_xattr.c')
-rw-r--r--source3/modules/vfs_acl_xattr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/modules/vfs_acl_xattr.c b/source3/modules/vfs_acl_xattr.c
index 2edb441741..3c8f241ad9 100644
--- a/source3/modules/vfs_acl_xattr.c
+++ b/source3/modules/vfs_acl_xattr.c
@@ -579,6 +579,7 @@ static NTSTATUS fset_nt_acl_xattr(vfs_handle_struct *handle, files_struct *fsp,
psd = nc_psd;
}
+#if 0
if ((security_info_sent & DACL_SECURITY_INFORMATION) &&
psd->dacl != NULL &&
(psd->type & (SE_DESC_DACL_AUTO_INHERITED|
@@ -594,6 +595,7 @@ static NTSTATUS fset_nt_acl_xattr(vfs_handle_struct *handle, files_struct *fsp,
}
psd = new_psd;
}
+#endif
if (DEBUGLEVEL >= 10) {
DEBUG(10,("fset_nt_acl_xattr: storing xattr sd for file %s\n",