Add /etc/bluetooth/ with common files.
[dragonfly.git] / secure / usr.bin / ssh-agent / ssh-agent.c.patch
blob5191e8d4f05637c7b33293a5fa3290672ede0090
1 $DragonFly: src/secure/usr.bin/ssh-agent/Attic/ssh-agent.c.patch,v 1.1 2004/07/31 20:05:00 geekgod Exp $
2 --- ssh-agent.c.orig 2004-03-03 01:08:59.000000000 +0100
3 +++ ssh-agent.c 2004-07-23 13:12:03.000000000 +0200
4 @@ -1026,6 +1026,7 @@
5 /* drop */
6 setegid(getgid());
7 setgid(getgid());
8 + setuid(geteuid());
10 #if defined(HAVE_PRCTL) && defined(PR_SET_DUMPABLE)
11 /* Disable ptrace on Linux without sgid bit */