The Samba-Bugzilla – Attachment 809 Details for
Bug 2081
"map acl inherit" ignored when setting SE_DESC_DACL_PROTECTED
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
This should fix it.
look (text/plain), 595 bytes, created by
Jeremy Allison
on 2004-11-24 17:57:12 UTC
(
hide
)
Description:
This should fix it.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2004-11-24 17:57:12 UTC
Size:
595 bytes
patch
obsolete
>Index: smbd/posix_acls.c >=================================================================== >--- smbd/posix_acls.c (revision 3945) >+++ smbd/posix_acls.c (working copy) >@@ -2880,9 +2880,11 @@ > * inherited at file create time, so ACLs never contain > * any ACEs that are inherited dynamically. The DACL_PROTECTED > * flag doesn't seem to bother Windows NT. >+ * Always set this if map acl inherit is turned off. > */ >- if (get_protected_flag(pal)) >+ if (get_protected_flag(pal) || !lp_map_acl_inherit(SNUM(conn))) { > psd->type |= SE_DESC_DACL_PROTECTED; >+ } > } > > if (psd->dacl)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2081
: 809