From owner-freebsd-stable@FreeBSD.ORG Fri Feb 8 18:46:41 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 816FCA4B for ; Fri, 8 Feb 2013 18:46:41 +0000 (UTC) (envelope-from etnapierala@gmail.com) Received: from mail-ee0-f45.google.com (mail-ee0-f45.google.com [74.125.83.45]) by mx1.freebsd.org (Postfix) with ESMTP id 04ACA8AD for ; Fri, 8 Feb 2013 18:46:40 +0000 (UTC) Received: by mail-ee0-f45.google.com with SMTP id b57so2165352eek.4 for ; Fri, 08 Feb 2013 10:46:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer; bh=SjT8TFg8RY26yRY/Oytec1l6gobb3ovCMbXVHdmKqlc=; b=uoOFUif5ru4vba1AqnFs+SwSi3oc5aUi80jm4qeBoDJSYaCZ215GFk7GA+BeMyT/h7 oohMKA9Hq0vE5Eejgb4MSY+nLW2o2T4NVhg+jPNEOgfKa4/GvGdTh7/Q/6KBTO+9f9wy 5I1s1K1cNHYuhdK4btMP3Ri4UBXRJsOoHKC1fS3W42Zl78Gh+k8KQrvDYc6q2kfwfk4s K99NYPWxzZ1wkuNueC5GaShj4FluPuS+SDPWiljlO8hs/sdw6ogVxT3KR+I/0mr2vU1r YAs9lBA/czdYdMHDHNYtCfb9POc8tnXbJwglVhAuucj+cMf+dtNgImztOsTUP0AGnV41 tD+A== X-Received: by 10.14.183.67 with SMTP id p43mr18693652eem.10.1360349194264; Fri, 08 Feb 2013 10:46:34 -0800 (PST) Received: from [192.168.1.104] (45.81.datacomsa.pl. [195.34.81.45]) by mx.google.com with ESMTPS id f6sm48711267eeo.7.2013.02.08.10.46.33 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 08 Feb 2013 10:46:33 -0800 (PST) Sender: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Subject: Re: setfacl man page states "d=delete_child" and "D=delete" Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=iso-8859-2 From: =?iso-8859-2?Q?Edward_Tomasz_Napiera=B3a?= In-Reply-To: <511514F5.4010504@omnilan.de> Date: Fri, 8 Feb 2013 19:46:24 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <511514F5.4010504@omnilan.de> To: Harald Schmalzbauer X-Mailer: Apple Mail (2.1283) Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 18:46:41 -0000 Wiadomo=B6=E6 napisana przez Harald Schmalzbauer w dniu 8 lut 2013, o = godz. 16:08: > Hello, >=20 > I think there's a confusion in the man page setfacl(1). >=20 > In my tests, "D" means "delete_child" and "d" "delete"; like it's true > for other NFSv4 implementations. But manpage tells the other way = around. Fixed the man page, thanks! [..] > P.S.: Btw., can anybody explain me why (at some time, someone decided > that) write permission to a directory does override file permissions > inside the directory? Not sure what you mean here. If you're asking why having write = permission to the directory gives the ability to remove files inside that = directory, despite not having write permission to the files themselves - well, = that's how it always worked. I guess the rationale is that when you remove a = file, you're modifying (writing) the directory, not the file contents. --=20 If you cut off my head, what would I say? Me and my head, or me and my = body?