summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-05-16 03:51:24 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-05-16 03:51:24 +0000
commit92c52511f02ba77cb9b1047e603bb434b32c79eb (patch)
treec552ce513a4c4d12b127d4e85e42b17c6ed58ecf
parent7d3f36452983f797e42ce4414ba46a3137027bdc (diff)
No longer needs to be setuid root.
-rw-r--r--libexec/login_skey/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/login_skey/Makefile b/libexec/login_skey/Makefile
index 3f0b0d93b19..ee95e923036 100644
--- a/libexec/login_skey/Makefile
+++ b/libexec/login_skey/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2000/12/12 02:35:18 millert Exp $
+# $OpenBSD: Makefile,v 1.2 2002/05/16 03:51:23 millert Exp $
PROG= login_skey
MAN= login_skey.8
@@ -8,7 +8,7 @@ CFLAGS+=-Wall
BINOWN= root
BINGRP= auth
-BINMODE=4555
+BINMODE=2555
BINDIR= /usr/libexec/auth
.include <bsd.prog.mk>