From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org ([65.50.211.133]:38143 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756510AbdGLLrY (ORCPT ); Wed, 12 Jul 2017 07:47:24 -0400 Date: Wed, 12 Jul 2017 04:47:19 -0700 From: Christoph Hellwig Subject: Re: [PATCH 0/5] Failure to set acl may alter group permissions Message-ID: <20170712114719.GA14398@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: Sender: fstests-owner@vger.kernel.org Content-Transfer-Encoding: quoted-printable To: Ernesto =?iso-8859-1?Q?A=2E_Fern=E1ndez?= Cc: Jan Kara , Theodore Ts'o , Andreas Dilger , Dave Kleikamp , linux-ext4@vger.kernel.org, jfs-discussion@lists.sourceforge.net, reiserfs-devel@vger.kernel.org, fstests@vger.kernel.org List-ID: On Wed, Jul 12, 2017 at 06:53:22AM -0300, Ernesto A. Fern=E1ndez wrote: > If your working directory is on a filesystem mounted with extended user > attributes (and acl of course), this script will trigger the issue by > filling the drive: >=20 >=20 > touch test.file > chmod go-rwx test.file > yes xxxxxxxxxx > test.file > i=3D1 > while setfattr -n user.$i test.file; do > ((++i)) > done > setfacl -m m:r test.file Can you please wire this up for xfstests?