diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-05-16 03:51:24 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-05-16 03:51:24 +0000 |
commit | 92c52511f02ba77cb9b1047e603bb434b32c79eb (patch) | |
tree | c552ce513a4c4d12b127d4e85e42b17c6ed58ecf | |
parent | 7d3f36452983f797e42ce4414ba46a3137027bdc (diff) |
No longer needs to be setuid root.
-rw-r--r-- | libexec/login_skey/Makefile | 4 |
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> |