Bugzilla – Attachment 486 Details for
Bug 745
agent-ptrace.sh fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Set sgid bit on ssh-agent and fix agent test (minus bogus sshd_config changes)
openssh-agent-ptrace.patch (text/plain), 879 bytes, created by
Darren Tucker
on 2003-10-18 19:29:37 AEST
(
hide
)
Description:
Set sgid bit on ssh-agent and fix agent test (minus bogus sshd_config changes)
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2003-10-18 19:29:37 AEST
Size:
879 bytes
patch
obsolete
>Index: regress/agent-ptrace.sh >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/regress/agent-ptrace.sh,v >retrieving revision 1.7 >diff -u -p -r1.7 agent-ptrace.sh >--- regress/agent-ptrace.sh 12 Sep 2003 18:20:32 -0000 1.7 >+++ regress/agent-ptrace.sh 18 Oct 2003 09:21:32 -0000 >@@ -5,7 +5,7 @@ tid="disallow agent ptrace attach" > > if have_prog uname ; then > case `uname` in >- Linux|HP-UX|SunOS|NetBSD|AIX|CYGWIN*) >+ CYGWIN*) > echo "skipped (not supported on this platform)" > exit 0 > ;; >@@ -17,6 +17,15 @@ if have_prog gdb ; then > else > echo "skipped (gdb not found)" > exit 0 >+fi >+ >+if test -z "$SUDO" ; then >+ echo "skipped (SUDO not set)" >+ exit 0 >+else >+ $SUDO chown root ${OBJ}${SSHAGENT} >+ $SUDO chgrp root ${OBJ}${SSHAGENT} >+ $SUDO chmod 2755 ${OBJ}${SSHAGENT} > fi > > trace "start agent"
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 745
:
485
| 486