From owner-freebsd-current@FreeBSD.ORG Sun Jul 20 08:11:18 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16AC337B425 for ; Sun, 20 Jul 2003 08:11:18 -0700 (PDT) Received: from frost.ath.cx (BSN-95-242-77.dsl.siol.net [193.95.242.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBE0C43FA3 for ; Sun, 20 Jul 2003 08:11:14 -0700 (PDT) (envelope-from bfg@noviforum.si) Received: from localhost (unknown [127.0.0.1]) by frost.ath.cx (ESMTP) with ESMTP id B5EC47B for ; Sun, 20 Jul 2003 15:12:09 +0000 (GMT) Received: from frost.ath.cx ([127.0.0.1]) by localhost (frost.lucky.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 33670-09 for ; Sun, 20 Jul 2003 17:11:56 +0200 (CEST) Received: from MORDOR (mordor.lucky.si [192.168.200.250]) by frost.ath.cx (ESMTP) with SMTP id 176A711 for ; Sun, 20 Jul 2003 17:11:54 +0200 (CEST) Message-ID: <00c101c34ed0$fb6c2ac0$fac8a8c0@MORDOR> From: "Branko F. Gracnar" To: References: Date: Sun, 20 Jul 2003 17:09:56 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by frost.ath.cx Subject: Re: 5.1 setfacl problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jul 2003 15:11:18 -0000 >specify what POSIX.1e considers an incomplete ACL and rejects. Try = using: > > setfacl -dm u::rwx,g::rx,o::rx,u:some_user:rwx,m:rwx test_directory # setfacl -dm u::rwx,g::rx,o:rx,g:some_group:rwx,m:rwx test_directory setfacl: acl_from_text() failed: Invalid argument ... Brane