From owner-svn-doc-all@FreeBSD.ORG Mon Jun 3 14:24:40 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 62707C0A; Mon, 3 Jun 2013 14:24:40 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ie0-x22c.google.com (mail-ie0-x22c.google.com [IPv6:2607:f8b0:4001:c03::22c]) by mx1.freebsd.org (Postfix) with ESMTP id 0E1061FF7; Mon, 3 Jun 2013 14:24:40 +0000 (UTC) Received: by mail-ie0-f172.google.com with SMTP id 17so10816364iea.3 for ; Mon, 03 Jun 2013 07:24:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ntK1UzkILEyxhVwVXgAWTj1y2pNU9MgCPYBlKLZsWBs=; b=fkC3ZOsSoN0brklOBCpc3c9EiMPVU1EL/QQwCTuXoRADFxdEVFfpUOnX5dX1eJpqJH WAacE2sjMBabn9z/jFvJoDgCtkHvSFVp7r2il4J/U9SwP2K/tetHnX7H7aA8620dWTVh pZOGTO83tUKf+98OxF6CoqRW41fKm8Q6whsJkcmjHqvYJn0WHCuvtru/LmpFKGgZBZi6 qiq3Rr857/l+0Ya0a6Vq85Xbi1DzBx4cTsPsGHsAbG4ZYAWT6VU1YxXNnr3X3VWJMxm3 +V37ZWANYa04fWN8mJWGFqmBWGD6TeicJ+cf0imCtAbP/Mj9nLm5E7TByXkgmpzEoJ1R cW+g== MIME-Version: 1.0 X-Received: by 10.50.98.3 with SMTP id ee3mr7962042igb.101.1370269479628; Mon, 03 Jun 2013 07:24:39 -0700 (PDT) Received: by 10.64.71.101 with HTTP; Mon, 3 Jun 2013 07:24:39 -0700 (PDT) Received: by 10.64.71.101 with HTTP; Mon, 3 Jun 2013 07:24:39 -0700 (PDT) In-Reply-To: References: <201306011544.r51FijdA036793@svn.freebsd.org> <20130603075528.31629010.trhodes@FreeBSD.org> Date: Mon, 3 Jun 2013 15:24:39 +0100 Message-ID: Subject: Re: svn commit: r41813 - head/en_US.ISO8859-1/books/handbook/basics From: Chris Rees To: Eitan Adler Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-doc-head@freebsd.org, Tom Rhodes , 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 14:24:40 -0000 On 3 Jun 2013 13:50, "Eitan Adler" wrote: > > On 3 June 2013 13:55, Tom Rhodes wrote: > > 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? > > This is not really a 'common' mount option to use. I use it on /tmp all the time; isn't it a nice thing to explain? Chris