From owner-cvs-etc Thu May 1 19:39:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA06175 for cvs-etc-outgoing; Thu, 1 May 1997 19:39:11 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA06170; Thu, 1 May 1997 19:39:07 -0700 (PDT) Received: from time.cdrom.com (localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id TAA04689; Thu, 1 May 1997 19:38:17 -0700 (PDT) To: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= cc: "Jordan K. Hubbard" , CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG Subject: Re: cvs commit: src/etc group In-reply-to: Your message of "Fri, 02 May 1997 06:24:37 +0400." Date: Thu, 01 May 1997 19:38:16 -0700 Message-ID: <4667.862540696@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > On Thu, 1 May 1997, Jordan K. Hubbard wrote: > > > jkh 97/05/01 17:06:10 > > > > Modified: etc group > > Log: > > Add mail group. > > Does it means that ports/mail/* (like Elm or popper) should be sgid mail > from this moment? Well, things like elm and pine have never been suid anything; I believe they do not need to create things in /var/mail and instead simply truncate the mailbox (which the user running elm/pine ostensibly owns). Anything which is suid root for the purpose of writing in /var/mail should be sgid mail, yes. I will change the default permissions of /var/mail in the mtree files after a few more days have gone by for feedback. Jordan