From owner-freebsd-current Sat Oct 11 12:34:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA03574 for current-outgoing; Sat, 11 Oct 1997 12:34:54 -0700 (PDT) (envelope-from owner-freebsd-current) Received: from mail.uniserve.com (dns1-van.uniserve.com [204.244.163.48]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id MAA03568 for ; Sat, 11 Oct 1997 12:34:48 -0700 (PDT) (envelope-from tom@uniserve.com) Received: from shell.uniserve.com [204.244.210.252] by mail.uniserve.com with smtp (Exim 1.70 #1) id 0xK7JA-0007M7-00; Sat, 11 Oct 1997 12:34:40 -0700 Date: Sat, 11 Oct 1997 12:34:37 -0700 (PDT) From: Tom To: Mark Huizer cc: current@freebsd.org Subject: Re: ppp and uid0 In-Reply-To: <19971011210557.57085@xaa.stack.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 11 Oct 1997, Mark Huizer wrote: > What use is it to make ppp SUID root, if you put a check in it to make sure > you are running it as UID 0? :-( Looks like irix this way. > And it breaks my nice little ppp-login that will initiate pppconnection > as non-root :-( ppp needs to run as root. It is checks to make sure, because things won't work if it isn't. What things? Routing table changes for one. > Mark > > Tom