From owner-freebsd-hackers Mon Jul 21 14:48:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA13734 for hackers-outgoing; Mon, 21 Jul 1997 14:48:27 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id OAA13729 for ; Mon, 21 Jul 1997 14:48:24 -0700 (PDT) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 1.60 #1) id 0wqQHZ-0002PY-00; Mon, 21 Jul 1997 15:46:17 -0600 To: Terry Lambert Subject: Re: sendmail complains about being unable to write his pid file Cc: sthaug@nethelp.no, andreas@klemm.gtn.com, hackers@freebsd.org In-reply-to: Your message of "Mon, 21 Jul 1997 14:06:45 PDT." <199707212106.OAA11898@phaeton.artisoft.com> References: <199707212106.OAA11898@phaeton.artisoft.com> Date: Mon, 21 Jul 1997 15:46:17 -0600 From: Warner Losh Message-Id: Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199707212106.OAA11898@phaeton.artisoft.com> Terry Lambert writes: : Can you please explain how root ownership makes something more secure? Files owned by root are harder to change via NFS than files owned by bin. root access n NFS is generally blocked, but no so with other, non-zero uids. Warner