The Samba-Bugzilla – Attachment 10214 Details for
Bug 10773
SECINFO_PROTECTED_DACL is not ignored
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
git-am fix for master.
0001-s3-smbd-POSIX-ACLs.-Remove-incorrect-check-for-SECIN.patch (text/plain), 1.16 KB, created by
Jeremy Allison
on 2014-08-22 00:12:04 UTC
(
hide
)
Description:
git-am fix for master.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2014-08-22 00:12:04 UTC
Size:
1.16 KB
patch
obsolete
>From 34fc7fed9f2ffc4dc138ca3f9ad1f577c18ff7b1 Mon Sep 17 00:00:00 2001 >From: Jeremy Allison <jra@samba.org> >Date: Thu, 21 Aug 2014 16:28:42 -0700 >Subject: [PATCH] s3: smbd: POSIX ACLs. Remove incorrect check for > SECINFO_PROTECTED_DACL in incoming security_information flags in > posix_get_nt_acl_common(). > >Tidy-up of code obsoleted by fixes for bug #10773 (SECINFO_PROTECTED_DACL is not ignored). >We now never pass SECINFO_PROTECTED_DACL in security_information flags to this layer. > >https://bugzilla.samba.org/show_bug.cgi?id=10773 > >Signed-off-by: Jeremy Allison <jra@samba.org> >--- > source3/smbd/posix_acls.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/source3/smbd/posix_acls.c b/source3/smbd/posix_acls.c >index b9edf12..126b822 100644 >--- a/source3/smbd/posix_acls.c >+++ b/source3/smbd/posix_acls.c >@@ -3280,7 +3280,7 @@ static NTSTATUS posix_get_nt_acl_common(struct connection_struct *conn, > num_profile_acls = 3; > } > >- if ((security_info & SECINFO_DACL) && !(security_info & SECINFO_PROTECTED_DACL)) { >+ if (security_info & SECINFO_DACL) { > > /* > * In the optimum case Creator Owner and Creator Group would be used for >-- >2.1.0.rc2.206.gedb03e5 >
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 10773
:
10206
|
10207
|
10214
|
10218