Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jul 2019 09:32:15 -0600
From:      Ian Lepore <ian@freebsd.org>
To:        Renato Botelho <garga@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r349976 - head
Message-ID:  <62945ba288b96e431b5053167ab8c23f192bcbed.camel@freebsd.org>
In-Reply-To: <a1a7c5e9-4bb4-68a8-9fc6-254b1795a589@FreeBSD.org>
References:  <201907131648.x6DGmRc4090395@repo.freebsd.org> <a1a7c5e9-4bb4-68a8-9fc6-254b1795a589@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2019-07-25 at 10:27 -0300, Renato Botelho wrote:
> On 13/07/19 13:48, Ian Lepore wrote:
> > Author: ian
> > Date: Sat Jul 13 16:48:27 2019
> > New Revision: 349976
> > URL: https://svnweb.freebsd.org/changeset/base/349976
> > 
> > Log:
> >   Add an entry mentioning the permission/mode change to daily
> > accounting files.
> > 
> > Modified:
> >   head/UPDATING
> > 
> > Modified: head/UPDATING
> > ===================================================================
> > ===========
> > --- head/UPDATING	Sat Jul 13 16:32:19 2019	(r349975)
> > +++ head/UPDATING	Sat Jul 13 16:48:27 2019	(r349976)
> > @@ -31,6 +31,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS
> > SLOW:
> >  	disable the most expensive debugging functionality run
> >  	"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
> >  
> > +20190713:
> > +    Default permissions on the /var/account/acct file (and copies
> > of it rotated 
> > +    by periodic daily scripts) are changed from 0644 to 0640
> > because the file 
> > +    contains sensitive information that should not be world-
> > readable.  If the 
> > +    /var/account directory must be created by rc.d/accounting, the
> > mode used is 
> > +    now 0750.  Admins who use the accounting feature are
> > encouraged to change 
> > +    the mode of an existing /var/account directory to 0750 or
> > 0700.  
> 
> Block is indented with 4 spaces instead of tabs
> 

Doh!  Must've still had my editor set for the $work coding standards. 
Fixed in r350324.  Thanks!

-- Ian




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?62945ba288b96e431b5053167ab8c23f192bcbed.camel>