The Samba-Bugzilla – Attachment 17757 Details for
Bug 15302
log flood: smbd_calculate_access_mask_fsp: Access denied: message level should be lower
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
git-am fix for 4.18.rcNext, 4.17.next.
0001-s3-smbd-Fix-log-spam.-Change-a-normal-error-message-.patch (text/plain), 1.29 KB, created by
Jeremy Allison
on 2023-02-11 20:10:04 UTC
(
hide
)
Description:
git-am fix for 4.18.rcNext, 4.17.next.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2023-02-11 20:10:04 UTC
Size:
1.29 KB
patch
obsolete
>From 30f0ba381a57f35496e19f3f2e5e9f4aa2942df1 Mon Sep 17 00:00:00 2001 >From: Jeremy Allison <jra@samba.org> >Date: Tue, 7 Feb 2023 17:51:10 -0800 >Subject: [PATCH] s3: smbd: Fix log spam. Change a normal error message from > DBG_ERR (level 0) to DBG_INFO (level 5). >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=15302 > >Signed-off-by: Jeremy Allison <jra@samba.org> >Reviewed-by: Andreas Schneider <asn@samba.org> > >Autobuild-User(master): Ralph Böhme <slow@samba.org> >Autobuild-Date(master): Sat Feb 11 08:48:05 UTC 2023 on atb-devel-224 > >(cherry picked from commit e8abe52df2d3ae533b3f874a885856f26ba5ec7e) >--- > 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 3ad6b205116..da0498f9e7d 100644 >--- a/source3/smbd/open.c >+++ b/source3/smbd/open.c >@@ -3550,7 +3550,7 @@ NTSTATUS smbd_calculate_access_mask_fsp(struct files_struct *dirfsp, > rejected_share_access = access_mask & ~(fsp->conn->share_access); > > if (rejected_share_access) { >- DBG_ERR("Access denied on file %s: " >+ DBG_INFO("Access denied on file %s: " > "rejected by share access mask[0x%08X] " > "orig[0x%08X] mapped[0x%08X] reject[0x%08X]\n", > fsp_str_dbg(fsp), >-- >2.34.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+
Actions:
View
Attachments on
bug 15302
:
17751
| 17757