From owner-freebsd-fs@freebsd.org Fri Sep 11 19:04:02 2015 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAD389CD755 for ; Fri, 11 Sep 2015 19:04:02 +0000 (UTC) (envelope-from sef@kithrup.com) Received: from kithrup.com (Kithrup.COM [64.142.31.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25D1B1BA0 for ; Fri, 11 Sep 2015 19:04:01 +0000 (UTC) (envelope-from sef@kithrup.com) Received: from kithrup.com (localhost [127.0.0.1]) by kithrup.com (8.14.4/8.14.4) with ESMTP id t8BJ3oOb088069 for ; Fri, 11 Sep 2015 12:03:50 -0700 (PDT) (envelope-from sef@kithrup.com) Received: (from sef@localhost) by kithrup.com (8.14.4/8.14.4/Submit) id t8BJ3nSi088068 for freebsd-fs@freebsd.org; Fri, 11 Sep 2015 12:03:49 -0700 (PDT) (envelope-from sef) Date: Fri, 11 Sep 2015 12:03:49 -0700 (PDT) From: Sean Eric Fagan Message-Id: <201509111903.t8BJ3nSi088068@kithrup.com> To: freebsd-fs@freebsd.org Subject: chmod, freebsd10, zfs, and ACLs X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2015 19:04:02 -0000 On FreeBSD 10, with ZFS, doing: touch fred ; setfacl -m user:www:full_set::deny fred ; getfacl fred ; chmod g=u fred ; getfacl fred does not work the way I expect: to be precise, the chmod causes the user:www ACE to go away. This does not happen with posix1e ACLs. I'm not sure if this is a ZFS issue, or a nfs4 acl issue. wibblewobble? Sean.