Bugzilla – Attachment 2245 Details for
Bug 2092
AuthorizedKeysCommand: bad ownership or modes for file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch uid in auth2-pubkey.c
fix-authorized_keys_command-uid-check.patch (text/plain), 391 bytes, created by
descala
on 2013-04-16 01:45:33 AEST
(
hide
)
Description:
Patch uid in auth2-pubkey.c
Filename:
MIME Type:
Creator:
descala
Created:
2013-04-16 01:45:33 AEST
Size:
391 bytes
patch
obsolete
>--- a/auth2-pubkey.c >+++ b/auth2-pubkey.c >@@ -497,7 +497,7 @@ > options.authorized_keys_command, strerror(errno)); > goto out; > } >- if (auth_secure_path(options.authorized_keys_command, &st, NULL, 0, >+ if (auth_secure_path(options.authorized_keys_command, &st, NULL, pw->pw_uid, > errmsg, sizeof(errmsg)) != 0) { > error("Unsafe AuthorizedKeysCommand: %s", errmsg); > goto out;
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 2092
: 2245 |
2248