Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Nov 2012 09:42:57 -0800
From:      matt <sendtomatt@gmail.com>
To:        Ryan Stone <rysto32@gmail.com>
Cc:        FreeBSD Current <freebsd-current@freebsd.org>
Subject:   Re: pw keeps setting /etc/group to 0600
Message-ID:  <50B8F021.50301@gmail.com>
In-Reply-To: <CAFMmRNxDr=%2BpsiazVrJ8e=T4fogiiPv5nEAo%2BnfoD=tPYMehCw@mail.gmail.com>
References:  <CAFMmRNxDr=%2BpsiazVrJ8e=T4fogiiPv5nEAo%2BnfoD=tPYMehCw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 11/17/12 07:24, Ryan Stone wrote:
> /etc/group is supposed to be world-reable, right?  Tools like groups or pw
> groupshow certainly seem to think so:
>
> [rstone@rstone-server ~]groups
> 1001 920
> [rstone@rstone-server ~]ls -l /etc/group
> -rw-------  1 root  0  482 Nov 14 21:02 /etc/group
> [rstone@rstone-server ~]sudo chmod a+r /etc/group
> Password:
> [rstone@rstone-server ~]groups
> rstone vboxusers
> [rstone@rstone-server ~]sudo pw groupadd foo
> [rstone@rstone-server ~]ls -l /etc/group
> -rw-------  1 root  0  494 Nov 17 10:19 /etc/group
> [rstone@rstone-server ~]
>
> I'm not sure what caused the regression.  I've been seeing the problem
> since I first installed -CURRENT on the machine a couple of weeks ago.
> _______________________________________________
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Interesting, I noticed my pw segfaulted twice on 'pw groupdel' twice out
of three groups deleted.

Not sure if related. I'm at r243502.

Matt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50B8F021.50301>