From owner-svn-doc-head@FreeBSD.ORG Mon Jun 3 12:50:20 2013 Return-Path: Delivered-To: svn-doc-head@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 AC7B5BBD for ; Mon, 3 Jun 2013 12:50:20 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pd0-f181.google.com (mail-pd0-f181.google.com [209.85.192.181]) by mx1.freebsd.org (Postfix) with ESMTP id 869841B3F for ; Mon, 3 Jun 2013 12:50:20 +0000 (UTC) Received: by mail-pd0-f181.google.com with SMTP id bv13so5576227pdb.40 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=F09sE32gFt2fHM2tkOmb0raBQLlSEXqoJTBcbHzkMymSfydiqvf7B8s6ieKeNKeWH0 nsNsJj13cVg8ozsUlmxW5e3+/9JcWlUvHpxC5qaQCfRCRdvFqBVKYdQlJ8Mpn65uVa0E yZ06w8cj6IQmRGyZUqRL9ScNTOH8Uq3pI+NjbCaTbAgf+IFs27eUTX2me+9+S2UCnYGK +BgqcrdHt6oD41yNiC+TXU+jyg5hnbUBaNWUdaGqBv85IvYOGAaaRicAjmxZeRj+XwbX AmKO8tYCXlL5P1lBW1E0iA/x2Px2E/QUhPletU/OQAGxCOe9Bbrxlg6RoHhHhRZdzPJp e3Ag== 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: ALoCoQmVOUW9E9tehuXWyng+99XyPTqsft62uwdgPkbayNWMAQCIX2YT7/4BfTdXRNNHRPxLbLdo Cc: svn-doc-head@freebsd.org, svn-doc-all@freebsd.org, doc-committers@freebsd.org X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 12:50:20 -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