From owner-svn-doc-all@FreeBSD.ORG Mon Jun 3 12:50:26 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 4B003BC2 for ; Mon, 3 Jun 2013 12:50:26 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pd0-f175.google.com (mail-pd0-f175.google.com [209.85.192.175]) by mx1.freebsd.org (Postfix) with ESMTP id 25C5B1B42 for ; Mon, 3 Jun 2013 12:50:26 +0000 (UTC) Received: by mail-pd0-f175.google.com with SMTP id 5so2055309pdd.6 for ; Mon, 03 Jun 2013 05:50:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=dm5wcpG4ZySTq4QTrqrs9XrHDzCukJo9CwwI+srYAgI=; b=h6APMnbZOUjOCh3ndsidgAXzConM3TbIgcLmuez37J4nUe7V2P0+6NKyQhrr8Mxye3 HD4vXAoIZ/d5Wqj3NX3o9ZXifSB28Mxh4pWl1v+Ug6FDXcMvL5iyyF7bSTnm/o64TiFr hWKUnO/8kgvqDe1GshzEsMAjDDbvYKUyOT3Uo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=dm5wcpG4ZySTq4QTrqrs9XrHDzCukJo9CwwI+srYAgI=; b=Ppcgeud+jMHzCEn5N43qEs6GyDCqGz9f25GjMdrpqp3uJDDHC2wmhMHsKjnSQeTAEU 7jlyL/9ZYXaIp0+ER1Djfii7cw0/+5R1KYlGRmlGuPlXXNSlc0ASeEii+SS5FOcDUnQl EyTSv2lpkbKnXZ1PwtHf6j+TV8ffkTRQmkiH52VvhkbkG1TCR+2AJAZ1Wn2CjY4AL04r ErniHCNI4q2WF2H2KwcuSBeAawh6g9ChoDS78/Xk+ksOfdEd1rFzMYN7AY74G+Pg4B1s hjShVPFRZvqc66qKX01pwqqya7DBZZ7vb2uL+DePFp6Tx5XtkEO4g+ZK3M8anue/nSCD +upw== X-Received: by 10.68.219.130 with SMTP id po2mr24055052pbc.68.1370263820177; Mon, 03 Jun 2013 05:50:20 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.70.45.33 with HTTP; Mon, 3 Jun 2013 05:49:49 -0700 (PDT) In-Reply-To: <20130603075528.31629010.trhodes@FreeBSD.org> References: <201306011544.r51FijdA036793@svn.freebsd.org> <20130603075528.31629010.trhodes@FreeBSD.org> From: Eitan Adler Date: Mon, 3 Jun 2013 14:49:49 +0200 X-Google-Sender-Auth: 3ZidF_q7EmAEmGY4tUELfvV-YAg Message-ID: Subject: Re: svn commit: r41813 - head/en_US.ISO8859-1/books/handbook/basics To: Tom Rhodes Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQk0fZ05RjZ4XTVueGWSsXbhxojtW9VzYw8PjkW3oD3Z1u19LN93sVO659Pobs8ZJ3e1dNBe 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 12:50:26 -0000 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. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams