Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jul 2005 14:10:26 GMT
From:      Andrey Chernov <ache@FreeBSD.ORG>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: conf/84221: Wrong permissions on /etc/opiekeys
Message-ID:  <200507291410.j6TEAQ8D008857@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/84221; it has been noted by GNATS.

From: Andrey Chernov <ache@FreeBSD.ORG>
To: "Eygene A. Ryabinkin" <freebsd@rea.mbslab.kiae.ru>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG
Subject: Re: conf/84221: Wrong permissions on /etc/opiekeys
Date: Fri, 29 Jul 2005 18:09:26 +0400

 On Fri, Jul 29, 2005 at 04:50:13PM +0400, Eygene A. Ryabinkin wrote:
 > --- Makefile.in.orig	Fri Jul 29 16:45:26 2005
 > +++ Makefile.in	Fri Jul 29 16:44:13 2005
 > @@ -237,7 +237,7 @@
 >  	@echo "Making sure OPIE database file exists";
 >  	@touch $(KEY_FILE)
 >  	@echo "Changing permissions of OPIE database file"
 > -	@chmod 0644 $(KEY_FILE)
 > +	@chmod 0600 $(KEY_FILE)
 
 Since Makefile.in is not used, this change is no-op but takes the 
 file off the vendor branch.
 
 -- 
 http://ache.pp.ru/



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