From owner-svn-doc-all@FreeBSD.ORG Mon Jun 3 11:55:51 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 47869B7F; Mon, 3 Jun 2013 11:55:51 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from hapkido.dreamhost.com (hapkido.dreamhost.com [66.33.216.122]) by mx1.freebsd.org (Postfix) with ESMTP id 314EF1900; Mon, 3 Jun 2013 11:55:51 +0000 (UTC) Received: from homiemail-a29.g.dreamhost.com (caiajhbdcbhh.dreamhost.com [208.97.132.177]) by hapkido.dreamhost.com (Postfix) with ESMTP id 3868318081; Mon, 3 Jun 2013 04:55:37 -0700 (PDT) Received: from homiemail-a29.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a29.g.dreamhost.com (Postfix) with ESMTP id 792D2674078; Mon, 3 Jun 2013 04:55:31 -0700 (PDT) Received: from lab (ip72-219-240-45.dc.dc.cox.net [72.219.240.45]) (Authenticated sender: trhodes@fbsdsecure.org) by homiemail-a29.g.dreamhost.com (Postfix) with ESMTPA id 9606C67406A; Mon, 3 Jun 2013 04:55:30 -0700 (PDT) Date: Mon, 3 Jun 2013 07:55:28 -0400 From: Tom Rhodes To: Eitan Adler Subject: Re: svn commit: r41813 - head/en_US.ISO8859-1/books/handbook/basics Message-Id: <20130603075528.31629010.trhodes@FreeBSD.org> In-Reply-To: <201306011544.r51FijdA036793@svn.freebsd.org> References: <201306011544.r51FijdA036793@svn.freebsd.org> X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-doc-head@freebsd.org, svn-doc-all@freebsd.org, doc-committers@freebsd.org X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 11:55:51 -0000 On Sat, 1 Jun 2013 15:44:45 +0000 (UTC) Eitan Adler wrote: > Author: eadler > Date: Sat Jun 1 15:44:45 2013 > New Revision: 41813 > URL: http://svnweb.freebsd.org/changeset/doc/41813 > > Log: > The man page for mount(1) and the handbook disagree on the security value of 'noexec'. The man page is correct. > > Modified: > head/en_US.ISO8859-1/books/handbook/basics/chapter.xml > > Modified: head/en_US.ISO8859-1/books/handbook/basics/chapter.xml > ============================================================================== > --- head/en_US.ISO8859-1/books/handbook/basics/chapter.xml Sat Jun 1 15:37:57 2013 (r41812) > +++ head/en_US.ISO8859-1/books/handbook/basics/chapter.xml Sat Jun 1 15:44:45 2013 (r41813) > @@ -1790,15 +1790,6 @@ root 5211 0.0 0.2 3620 1724 2 > > > > - noexec > - > - > - Do not allow execution of binaries on this file > - system. This is also a useful security option. > - > - > - > - > nosuid > > Why not fix rather than remove? -- Tom Rhodes