From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 29 14:09:29 2005 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.ORG Delivered-To: freebsd-bugs@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F7E016A41F; Fri, 29 Jul 2005 14:09:29 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63FC843D53; Fri, 29 Jul 2005 14:09:27 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.4/8.13.4) with ESMTP id j6TE9Qnu041800; Fri, 29 Jul 2005 18:09:26 +0400 (MSD) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.4/8.13.4/Submit) id j6TE9Q1e041798; Fri, 29 Jul 2005 18:09:26 +0400 (MSD) (envelope-from ache) Date: Fri, 29 Jul 2005 18:09:26 +0400 From: Andrey Chernov To: "Eygene A. Ryabinkin" Message-ID: <20050729140926.GC41434@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , "Eygene A. Ryabinkin" , FreeBSD-gnats-submit@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG References: <20050728125522.1C67FBB60@rea.mbslab.kiae.ru> <200507281300.j6SD0Oce030737@freefall.freebsd.org> <20050729125013.GC812@rea.mbslab.kiae.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050729125013.GC812@rea.mbslab.kiae.ru> User-Agent: Mutt/1.5.9i Cc: freebsd-bugs@FreeBSD.ORG, FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: conf/84221: Wrong permissions on /etc/opiekeys X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jul 2005 14:09:29 -0000 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/