From a278ce2cedd8ce0090f4dde1ba991b7c7ded2b19 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Thu, 13 May 2021 15:11:43 -0400 Subject: system_cmds: use libiosexec --- system_cmds/login.tproj/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'system_cmds/login.tproj/Makefile') diff --git a/system_cmds/login.tproj/Makefile b/system_cmds/login.tproj/Makefile index 8a5ee71..a936913 100644 --- a/system_cmds/login.tproj/Makefile +++ b/system_cmds/login.tproj/Makefile @@ -1,4 +1,11 @@ PROG= login SRCS= klogin.c login_audit.c login.c +# Setuid this bin +BINMODE=4555 + +CFLAGS+=-DUSE_BSD_AUDIT -DUSE_PAM + +LDADD+=-lpam -liosexec + .include -- cgit v1.2.3-56-ge451