diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-02 00:24:41 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-02 00:24:41 +0000 |
commit | f8ca8f795afb9be814a4740fbf272f38f1245c5f (patch) | |
tree | 3d34c986f0ede8350e501fe71852a1e5b3ca65af /utils/Makefile | |
parent | a04fff2fd645fb817f1058d4982911b83cd735ef (diff) |
1999-07-01 Mark Kettenis <kettenis@gnu.org>
* 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.
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
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 |