]> git.ipfire.org Git - thirdparty/samba.git/commit
Second part of fix for 8636 - When returning an ACL without SECINFO_DACL requested...
authorJeremy Allison <jra@samba.org>
Mon, 23 Jan 2012 19:20:52 +0000 (11:20 -0800)
committerKarolin Seeger <kseeger@samba.org>
Mon, 23 Jan 2012 20:44:08 +0000 (21:44 +0100)
commit2f90581a5e68da48d03127c453a0c3becb2170e2
tree335f6c9ac90e096b4ae7d861497725c2b682fe6e
parentd6f0ddae114ed77e0afec4f9c72b55a41fd800eb
Second part of fix for 8636 - When returning an ACL without SECINFO_DACL requested, we still set SEC_DESC_DACL_PRESENT in the type field.

Ensure we always ask for the set:

OWNER_SECURITY_INFORMATION |
GROUP_SECURITY_INFORMATION |
DACL_SECURITY_INFORMATION  |
SACL_SECURITY_INFORMATION

when getting an ACL inside the module.
(cherry picked from commit 4eb17aff84dc0dccec23e066db7a88581cf7668c)
source3/modules/vfs_acl_common.c