From owner-freebsd-fs@freebsd.org Fri Sep 11 19:12:25 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 D30A89CDB44 for ; Fri, 11 Sep 2015 19:12:25 +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 963B61FBC for ; Fri, 11 Sep 2015 19:12:25 +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 t8BJCOWl089026 for ; Fri, 11 Sep 2015 12:12:24 -0700 (PDT) (envelope-from sef@kithrup.com) Received: (from sef@localhost) by kithrup.com (8.14.4/8.14.4/Submit) id t8BJCO6O089025 for freebsd-fs@freebsd.org; Fri, 11 Sep 2015 12:12:24 -0700 (PDT) (envelope-from sef) Date: Fri, 11 Sep 2015 12:12:24 -0700 (PDT) From: Sean Eric Fagan Message-Id: <201509111912.t8BJCO6O089025@kithrup.com> To: freebsd-fs@freebsd.org Subject: Re: 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:12:25 -0000 Okay, it's the property aclmode. When set to discard, it does weirdness. When set to passthrough, it behaves as I would expect. Sean.