From owner-cvs-all Tue Aug 24 10:57:20 1999 Delivered-To: cvs-all@freebsd.org Received: from gndrsh.dnsmgr.net (GndRsh.dnsmgr.net [198.145.92.4]) by hub.freebsd.org (Postfix) with ESMTP id 13805151D1; Tue, 24 Aug 1999 10:56:57 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.9.3/8.9.3) id KAA38905; Tue, 24 Aug 1999 10:55:35 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <199908241755.KAA38905@gndrsh.dnsmgr.net> Subject: Re: cvs commit: src/usr.sbin/IPXrouted IPXrouted.8 main.c In-Reply-To: <199908241315.GAA92791@freefall.freebsd.org> from John Hay at "Aug 24, 1999 06:15:41 am" To: jhay@FreeBSD.org (John Hay) Date: Tue, 24 Aug 1999 10:55:34 -0700 (PDT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > jhay 1999/08/24 06:15:41 PDT > > Modified files: > usr.sbin/IPXrouted IPXrouted.8 main.c > Log: > Move ipxrouted.dmp from /tmp to /var/log to make it more difficult to > hijack. Please make this consistent with all other ``dump on signal'' daemons, which typeically dump in /var/tmp. Ones that come to mind are named/bind and gated, I am sure there are others. /var/log is not a DUMP directory. It should not be used for dumps of program internal data. Or perhaps for security reasons it is time to consider a mode 700 /var/dump directory? Also perhaps time to add a paths.h entry for this? -- Rod Grimes - KD7CAX - (RWG25) rgrimes@gndrsh.dnsmgr.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message