Re: patch for sysv-style group behaviour

2002-04-30 Thread Marcus Brinkmann
On Tue, Apr 30, 2002 at 06:40:54AM +0200, Marcus Brinkmann wrote: > On Mon, Apr 29, 2002 at 09:06:31PM -0400, Roland McGrath wrote: > > Give the option a meaningful name like --[no-]inherit-directory-group; > > make aliases for the linux mount option names grpid/bsdgroups and > > nogrpid/sysvgrou

Re: patch for sysv-style group behaviour

2002-04-29 Thread Marcus Brinkmann
On Mon, Apr 29, 2002 at 09:06:31PM -0400, Roland McGrath wrote: > Give the option a meaningful name like --[no-]inherit-directory-group; > make aliases for the linux mount option names grpid/bsdgroups and > nogrpid/sysvgroups. Good idea, done. How about this (I used dir instead directory for

Re: patch for sysv-style group behaviour

2002-04-29 Thread Roland McGrath
Give the option a meaningful name like --[no-]inherit-directory-group; make aliases for the linux mount option names grpid/bsdgroups and nogrpid/sysvgroups. ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

patch for sysv-style group behaviour

2002-04-29 Thread Marcus Brinkmann
Hi, here is a patch for sysv style group behaviour. New nodes are created with a gid: * If the parent dir is sgid: + The node inherits the group of the parent dir. + If the node is a dir, it inherits the sgid bit. + If the node is not a dir, and user is not in the group, deny a