From owner-freebsd-questions@FreeBSD.ORG Thu Feb 5 09:26:15 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1DF716A4CE for ; Thu, 5 Feb 2004 09:26:15 -0800 (PST) Received: from mark.kingsu.ab.ca (mark.kingsu.ab.ca [199.185.113.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id A65AE43D48 for ; Thu, 5 Feb 2004 09:26:12 -0800 (PST) (envelope-from jerad.hampton@kingsu.ca) Received: from kingsu.ca (kingsnet.kingsu.ab.ca [199.185.113.33]) by mark.kingsu.ab.ca (8.9.3/8.9.2) with ESMTP id KAA39748 for ; Thu, 5 Feb 2004 10:28:07 -0700 (MST) (envelope-from jerad.hampton@kingsu.ca) Received: from KINGSNET/SpoolDir by kingsu.ca (Mercury 1.48); 5 Feb 04 10:25:04 Auto Received: from SpoolDir by KINGSNET (Mercury 1.48); 5 Feb 04 10:24:43 Auto From: "Jerad Hampton" Organization: The King's University College To: freebsd-questions@freebsd.org Date: Thu, 05 Feb 2004 10:24:40 -0700 MIME-Version: 1.0 Message-ID: <402219E8.19007.3EC531@localhost> Priority: normal X-mailer: Pegasus Mail for Windows (v4.02) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Subject: ACL mask shanging group perms X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jerad.hampton@kingsu.ca List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2004 17:26:15 -0000 Is anyone using acls on there file sytstem? When I change an acl it also sets the unix g permissions the same as the mask orca# ll total 4 -rw-r-x---+ 1 root users 68 Feb 5 09:58 index.html orca# getfacl index.html #file:index.html #owner:0 #group:1000 user::rw- user:nobody:r-x group::--- mask::r-x other::--- orca# setfacl -m u:nobody:rwx index.html orca# ll total 4 -rw-rwx---+ 1 root users 68 Feb 5 10:24 index.html orca# getfacl index.html #file:index.html #owner:0 #group:1000 user::rw- user:nobody:rwx group::--- mask::rwx other::--- orca# I don't think this is normal behavior. Any sugestions? Thanks Jerad Hampton Network Administrator The King's University College