Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jul 2005 18:09:26 +0400
From:      Andrey Chernov <ache@FreeBSD.ORG>
To:        "Eygene A. Ryabinkin" <freebsd@rea.mbslab.kiae.ru>
Cc:        freebsd-bugs@FreeBSD.ORG, FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   Re: conf/84221: Wrong permissions on /etc/opiekeys
Message-ID:  <20050729140926.GC41434@nagual.pp.ru>
In-Reply-To: <20050729125013.GC812@rea.mbslab.kiae.ru>
References:  <20050728125522.1C67FBB60@rea.mbslab.kiae.ru> <200507281300.j6SD0Oce030737@freefall.freebsd.org> <20050729125013.GC812@rea.mbslab.kiae.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
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?20050729140926.GC41434>