The Samba-Bugzilla – Attachment 4442 Details for
Bug 6564
SetPrinter fails (panics) as non root
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for 3.4.1.
look (text/plain), 1.18 KB, created by
Jeremy Allison
on 2009-07-17 19:33:26 UTC
(
hide
)
Description:
Patch for 3.4.1.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2009-07-17 19:33:26 UTC
Size:
1.18 KB
patch
obsolete
>diff --git a/source3/rpc_server/srv_spoolss_nt.c b/source3/rpc_server/srv_spoolss_nt.c >index 79f0f14..855aa30 100644 >--- a/source3/rpc_server/srv_spoolss_nt.c >+++ b/source3/rpc_server/srv_spoolss_nt.c >@@ -309,7 +309,9 @@ WERROR delete_printer_hook(TALLOC_CTX *ctx, NT_USER_TOKEN *token, const char *sh > return WERR_BADFID; /* What to return here? */ > > /* go ahead and re-read the services immediately */ >+ become_root(); > reload_services(false); >+ unbecome_root(); > > if ( lp_servicenumber( sharename ) < 0 ) > return WERR_ACCESS_DENIED; >@@ -6031,7 +6033,9 @@ bool add_printer_hook(TALLOC_CTX *ctx, NT_USER_TOKEN *token, NT_PRINTER_INFO_LEV > } > > /* reload our services immediately */ >+ become_root(); > reload_services(false); >+ unbecome_root(); > > numlines = 0; > /* Get lines and convert them back to dos-codepage */ >diff --git a/source3/smbd/server.c b/source3/smbd/server.c >index a6689b8..2c5ce40 100644 >--- a/source3/smbd/server.c >+++ b/source3/smbd/server.c >@@ -94,6 +94,7 @@ static void smb_conf_updated(struct messaging_context *msg, > { > DEBUG(10,("smb_conf_updated: Got message saying smb.conf was " > "updated. Reloading.\n")); >+ change_to_root_user(); > reload_services(False); > } >
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:
vl
:
review+
Actions:
View
Attachments on
bug 6564
: 4442 |
4443