Bugzilla – Attachment 1449 Details for
Bug 1433
sshd.pid has permissions of 666
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
for fixing the permission of sshd.pid in the source code
pid_file_fix.patch (text/plain), 452 bytes, created by
leanne
on 2008-01-28 17:03:12 AEDT
(
hide
)
Description:
for fixing the permission of sshd.pid in the source code
Filename:
MIME Type:
Creator:
leanne
Created:
2008-01-28 17:03:12 AEDT
Size:
452 bytes
patch
obsolete
>--- sshd.c.org 2008-01-28 10:53:06 +0800 >+++ sshd.c 2008-01-25 10:22:33 +0800 >@@ -1714,6 +1714,8 @@ > } else { > fprintf(f, "%ld\n", (long) getpid()); > fclose(f); >+ if (chmod(options.pid_file,0644) == -1) >+ logit("chmod pid file failed"); > } > } >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1433
:
1448
|
1449
|
1522