Re: setgid on /home

2001-04-03 Thread Joey Hess
Scott E. Graves wrote: > I was contemplating setting home setgid so all users would create files/dirs > with the same gid in their respective home dir, for security reasons. I was > rather unclear in my question. I understand the idea behind having /home > setgid, but I was looking for any secur

Re: setgid on /home

2001-04-03 Thread Scott E . Graves
On Tuesday 03 April 2001 17:58, Joey Hess wrote: > Scott E. Graves wrote: > > what is the benefit of /home having the setgid bit set? I was contemplating setting home setgid so all users would create files/dirs with the same gid in their respective home dir, for security reasons. I was rather un

Re: setgid on /home

2001-04-03 Thread Joey Hess
Scott E. Graves wrote: > what is the benefit of /home having the setgid bit set? None at all, really. There are some small benefits to individual directories inside /home being setgid; there are also known bad side effects, which is why adduser no longer does that. See bug #64806 for more. --

Re: setgid on /home

2001-04-03 Thread Anmol Khirbat
On Tue, 3 Apr 2001, Patrick Mauro wrote: > > > >what is the benefit of /home having the setgid bit set? > > As I understand it, it means that any directories created underneath > /home will have the same settings as home (groups, permissions, etc) > Any file (or directory) created under the

Re: setgid on /home

2001-04-03 Thread Patrick Mauro
> >what is the benefit of /home having the setgid bit set? As I understand it, it means that any directories created underneath /home will have the same settings as home (groups, permissions, etc) Patrick Mauro [EMAIL PROTECTED]

setgid on /home

2001-04-03 Thread Scott E . Graves
what is the benefit of /home having the setgid bit set?