Subject: Re: chmod g+s on directory
To: None <bouyer@ensta.fr, current-users@sun-lamp.cs.berkeley.edu>
From: Theo Deraadt <deraadt@fsa.ca>
List: current-users
Date: 05/11/1994 12:06:15
> Bug or feature ?

Feature.

> The group id is always
> propagated, even if the user which create the file isn't member of this group.

This is the BSD way to do it. The setgid bit thing you are describing
is used to map to the SYSV way of creating new files -- in SYSV they
files always take on the gid of the user.

You can look in the NetBSD mailinglist archives for previous discussions
on this.

------------------------------------------------------------------------------