From owner-freebsd-security@FreeBSD.ORG Thu Jul 21 16:37:53 2005 Return-Path: X-Original-To: freebsd-security@FreeBSD.ORG Delivered-To: freebsd-security@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 542F216A41F for ; Thu, 21 Jul 2005 16:37:53 +0000 (GMT) (envelope-from wollman@khavrinen.csail.mit.edu) Received: from khavrinen.csail.mit.edu (khavrinen.csail.mit.edu [128.30.28.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 229FD43DAB for ; Thu, 21 Jul 2005 16:37:25 +0000 (GMT) (envelope-from wollman@khavrinen.csail.mit.edu) Received: from khavrinen.csail.mit.edu (localhost.csail.mit.edu [127.0.0.1]) by khavrinen.csail.mit.edu (8.13.1/8.13.1) with ESMTP id j6LGbOPc033951 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK CN=khavrinen.csail.mit.edu issuer=Client+20CA); Thu, 21 Jul 2005 12:37:24 -0400 (EDT) (envelope-from wollman@khavrinen.csail.mit.edu) Received: (from wollman@localhost) by khavrinen.csail.mit.edu (8.13.1/8.13.1/Submit) id j6LGbOIj033948; Thu, 21 Jul 2005 12:37:24 -0400 (EDT) (envelope-from wollman) From: Garrett Wollman MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17119.53059.856310.876840@khavrinen.csail.mit.edu> Date: Thu, 21 Jul 2005 12:37:23 -0400 To: asym In-Reply-To: <6.2.1.2.2.20050721122658.038f8508@mail.rfnj.org> References: <42DCC503.5000408@ludd.ltu.se> <20050719213356.GA1614@gothmog.gr> <20050721101331.GB854@trit.org> <24999.192.35.35.35.1121959413.squirrel@192.35.35.35> <20050721155241.GA20438@frontfree.net> <6.2.1.2.2.20050721122658.038f8508@mail.rfnj.org> X-Mailer: VM 7.17 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid X-Greylist: Sender DNS name whitelisted, not delayed by milter-greylist-1.6 (khavrinen.csail.mit.edu [127.0.0.1]); Thu, 21 Jul 2005 12:37:24 -0400 (EDT) X-Virus-Scanned: ClamAV 0.86.1/987/Thu Jul 21 10:57:41 2005 on khavrinen.csail.mit.edu X-Virus-Status: Clean X-Spam-Status: No, score=0.0 required=5.0 tests=none version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on khavrinen.csail.mit.edu X-Mailman-Approved-At: Fri, 22 Jul 2005 14:41:00 +0000 Cc: freebsd-security@FreeBSD.ORG Subject: Re: Adding OpenBSD sudo to the FreeBSD base system? X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2005 16:37:53 -0000 < said: > Personally, I would like to see sudo not only in the base system, but in > the base system with a default configuration that mimics su(1) and thus > replaces it entirely. The only difference is which password you need to > provide. After a period for migration (or perhaps just in 6.x and noted in > the release notes), su could become just a symlink to sudo. su(8) already has the behavior you want. (Now implemented in a PAM module, and I forget the precise details.) -GAWollman