diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2002-08-12 10:46:36 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2002-08-12 10:46:36 +0000 |
commit | 4873d53a0fe39e573dcb4495ffa783b75ef02742 (patch) | |
tree | 4fb39dc5a8264e099f23020997d841963a9b71a3 /usr.bin/ssh/ssh-agent/Makefile | |
parent | 9a9591ff6c3b33568e7183f4aaa0512f61832e5d (diff) |
make ssh-agent setgid, disallow ptrace.
Diffstat (limited to 'usr.bin/ssh/ssh-agent/Makefile')
-rw-r--r-- | usr.bin/ssh/ssh-agent/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-agent/Makefile b/usr.bin/ssh/ssh-agent/Makefile index c252dbdad65..05ae43fcc8b 100644 --- a/usr.bin/ssh/ssh-agent/Makefile +++ b/usr.bin/ssh/ssh-agent/Makefile @@ -1,11 +1,12 @@ -# $OpenBSD: Makefile,v 1.21 2001/06/27 19:29:16 markus Exp $ +# $OpenBSD: Makefile,v 1.22 2002/08/12 10:46:35 markus Exp $ .PATH: ${.CURDIR}/.. PROG= ssh-agent BINOWN= root +BINGRP= _sshagnt -BINMODE?=555 +BINMODE?=2555 BINDIR= /usr/bin MAN= ssh-agent.1 |