Bugzilla – Attachment 837 Details for
Bug 988
sshd StrictModes check failed with fs acl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
debug strictmodes
modedebug.diff (text/plain), 697 bytes, created by
Damien Miller
on 2005-03-01 23:03:04 AEDT
(
hide
)
Description:
debug strictmodes
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2005-03-01 23:03:04 AEDT
Size:
697 bytes
patch
obsolete
>Index: auth.c >=================================================================== >RCS file: /var/cvs/openssh/auth.c,v >retrieving revision 1.96 >diff -u -p -r1.96 auth.c >--- auth.c 15 Feb 2005 10:45:57 -0000 1.96 >+++ auth.c 1 Mar 2005 12:01:48 -0000 >@@ -476,7 +476,11 @@ secure_filename(FILE *f, const char *fil > (st.st_uid != 0 && st.st_uid != uid) || > (st.st_mode & 022) != 0) { > snprintf(err, errlen, >- "bad ownership or modes for directory %s", buf); >+ "bad ownership or modes for directory %s\n" >+ "XXX uid expected %ld got %ld\n" >+ "XXX mode & 022 = %ld", buf, >+ (long)uid, (long)st.st_uid, >+ (long)(st.st_mode & 022)); > return -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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 988
: 837