From owner-cvs-usrsbin Fri Jun 26 09:25:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA05488 for cvs-usrsbin-outgoing; Fri, 26 Jun 1998 09:25:26 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from arc.hq.cti.ru (arc.hq.cti.ru [195.34.40.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA05343; Fri, 26 Jun 1998 09:24:15 -0700 (PDT) (envelope-from tejblum@arc.hq.cti.ru) Received: from arc.hq.cti.ru (localhost [127.0.0.1]) by arc.hq.cti.ru (8.9.0/8.9.0) with ESMTP id UAA08964; Fri, 26 Jun 1998 20:21:20 +0400 (MSD) Message-Id: <199806261621.UAA08964@arc.hq.cti.ru> X-Mailer: exmh version 2.0zeta 7/24/97 To: Peter Wemm cc: Dmitrij Tejblum , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/pppd Makefile In-reply-to: Your message of "Fri, 26 Jun 1998 23:42:09 +0800." <199806261542.XAA25410@spinner.netplex.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 26 Jun 1998 20:21:15 +0400 From: Dmitrij Tejblum Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Dmitrij Tejblum wrote: > > Make it setuid root again, as it always has been. > > > > PR: 7070 > > Whoops!! Sorry, local change leaked in! (we don't let shell users run > pppd themselves) Perhaps, pppd should have permisions same as user-level ppp: BINMODE=4550 BINOWN= root BINGRP= network I. e., setuid root, but not every user may execute it. Dima