The Samba-Bugzilla – Attachment 18674 Details for
Bug 15880
SMB ACL inheritance doesn't work for files created
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch from master for v4-21-test
patch-4-21-test.patch (text/plain), 1.36 KB, created by
Guenther Deschner
on 2025-07-19 20:30:00 UTC
(
hide
)
Description:
patch from master for v4-21-test
Filename:
MIME Type:
Creator:
Guenther Deschner
Created:
2025-07-19 20:30:00 UTC
Size:
1.36 KB
patch
obsolete
>From cc5cdc6825d16296a93bfbc8cae9e9a291f8e949 Mon Sep 17 00:00:00 2001 >From: Srinivas Rao V <Srinivas.Rao.V@ibm.com> >Date: Thu, 3 Jul 2025 10:19:46 -0400 >Subject: [PATCH] smbd: fix mode being sent to possibly_set_archive >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=15880 > >possibly_set_archive is being passed smb_fname->st.st_ex_mode. >Inside the function same variable is getting assigned to itself. >Fixed this to send unx_mode to possibly_set_archive. > >Signed-off-by: Srinivas Rao V <Srinivas.Rao.V@ibm.com> >Reviewed-by: Ralph Boehme <slow@samba.org> >Reviewed-by: Guenther Deschner <gd@samba.org> > >Autobuild-User(master): Günther Deschner <gd@samba.org> >Autobuild-Date(master): Fri Jul 18 22:25:05 UTC 2025 on atb-devel-224 > >(cherry picked from commit 1d1acebf01902bef3a9ccae23c3be4cacbb777b2) >--- > source3/smbd/open.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/source3/smbd/open.c b/source3/smbd/open.c >index 6c0a4dc0c55..e09ed94ca9e 100644 >--- a/source3/smbd/open.c >+++ b/source3/smbd/open.c >@@ -4570,7 +4570,7 @@ static NTSTATUS open_file_ntcreate(connection_struct *conn, > parent_dir_fname, > info, > new_dos_attributes, >- &smb_fname->st.st_ex_mode); >+ &unx_mode); > > /* Determine sparse flag. */ > if (posix_open) { >-- >2.50.1 >
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
Flags:
slow
:
review+
gd
:
review?
(
jra
)
Actions:
View
Attachments on
bug 15880
:
18658
|
18673
| 18674