From f8ca8f795afb9be814a4740fbf272f38f1245c5f Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Fri, 2 Jul 1999 00:24:41 +0000 Subject: 1999-07-01 Mark Kettenis * Makefile (INSTALL-addauth-ops, INSTALL-setauth-ops, INSTALL-su-ops): Removed. These programs don't have to be installed suid-root anymore. * frobauth-mod.c (frobauth_modify): Do not try to set the owner of the processes we're frobbing. The process set their owner themselves when we pass them their new authentication. --- utils/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'utils/Makefile') diff --git a/utils/Makefile b/utils/Makefile index 0e4adae1..a2a1a3b1 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -40,9 +40,6 @@ su-LDLIBS = $(LIBCRYPT) ping-CPPFLAGS = -I$(srcdir)/../pfinet/ INSTALL-login-ops = -o root -m 4755 -INSTALL-addauth-ops = -o root -m 4755 -INSTALL-setauth-ops = -o root -m 4755 -INSTALL-su-ops = -o root -m 4755 INSTALL-ids-ops = -o root -m 4755 INSTALL-ps-ops = -o root -m 4755 INSTALL-w-ops = -o root -m 4755 -- cgit v1.2.3