From owner-freebsd-bugs Thu Mar 20 13:10:16 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6129D37B401 for ; Thu, 20 Mar 2003 13:10:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9569F43FD7 for ; Thu, 20 Mar 2003 13:10:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2KLACNS022022 for ; Thu, 20 Mar 2003 13:10:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2KLACoj022021; Thu, 20 Mar 2003 13:10:12 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C99D837B401 for ; Thu, 20 Mar 2003 13:02:30 -0800 (PST) Received: from hsr.ch (pollux.hsr.ch [152.96.36.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90A0E43F85 for ; Thu, 20 Mar 2003 13:02:29 -0800 (PST) (envelope-from britz@hsr.ch) Received: from [217.162.108.200] (account britz HELO RITZBRUNOWKS) by hsr.ch (CommuniGate Pro SMTP 3.5.9) with ESMTP id 6111228 for FreeBSD-gnats-submit@freebsd.org; Thu, 20 Mar 2003 22:02:25 +0100 Message-Id: Date: Thu, 20 Mar 2003 22:02:31 +0100 From: "Ritz, Bruno" Reply-To: To: Subject: kern/50148: Incorrect applied default ACLs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50148 >Category: kern >Synopsis: Incorrect applied default ACLs >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 20 13:10:12 PST 2003 >Closed-Date: >Last-Modified: >Originator: Ritz Bruno >Release: FreeBSD 5.0-CURRENT i386 >Organization: (Private) >Environment: System: FreeBSD ritz-bruno-srv.local 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Mar 18 23:37:22 CET 2003 root@ritz-bruno-srv.local:/usr/obj/usr/src/sys/SERVER i386 >Description: When the default ACL for a directory does not give any right to the "default" group, but some rights (rwx) to another group, newly created subdirectories will get some strange ACLs (group::--- group::rwx)? This only happens for groups, users do not seem to have this problem. Here is the ACL setup for the directory: setfacl -dm u::rwx,g::---,o::---,g:mygroup:rwx mydirectory setfacl -m g:mygroup:rwx mydirectory Then the new directory was created with mkdir mydirectory/subdir getfacl mydirectory/subdir returns: #file:test/ #owner:0 #group:1000 user::rwx group::--- group::rwx # effective: r-x *** GROUP NAME MISSING *** mask::r-x other::--- >How-To-Repeat: (See above) >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message