Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 28 Feb 2005 13:40:01 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.13.0/8.13.0) with SMTP id j1SLdwuH020789 for ; Mon, 28 Feb 2005 13:39:59 -0800 Received: from wobbly.melbourne.sgi.com (wobbly.melbourne.sgi.com [134.14.55.135]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id IAA14250; Tue, 1 Mar 2005 08:39:20 +1100 Received: from wobbly.melbourne.sgi.com (localhost [127.0.0.1]) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5) with ESMTP id j1SLdCXE2676355; Tue, 1 Mar 2005 08:39:13 +1100 (EST) Received: (from nathans@localhost) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5/Submit) id j1SLdATW2675496; Tue, 1 Mar 2005 08:39:10 +1100 (EST) Date: Tue, 1 Mar 2005 08:39:10 +1100 From: Nathan Scott To: Fabio Capannini Cc: linux-xfs@oss.sgi.com Subject: Re: disable ACLs on xfs Message-ID: <20050301083910.T2644066@wobbly.melbourne.sgi.com> References: <1109609019.4146.24.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1109609019.4146.24.camel@localhost.localdomain>; from f.capannini@cineca.it on Mon, Feb 28, 2005 at 05:43:40PM +0100 X-Virus-Scanned: ClamAV 0.83/733/Mon Feb 28 00:03:39 2005 on oss.sgi.com X-Virus-Status: Clean X-archive-position: 4994 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: nathans@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 650 Lines: 20 On Mon, Feb 28, 2005 at 05:43:40PM +0100, Fabio Capannini wrote: > Hi, > I would like to know if there is any way to disable ACLs completely on > an xfs filesystem. I couldn't find any mount options that permits to > accomplish this and, as far as I know, xfs support for ACLs is activated > by default. > It turns out that some applications don't support xfs ACLs in a correct > manner, so I was wondering if I could turn them off. > You can switch them off when you compile your kernel, but there isn't a mount option. You can also just not set any ACLs on files (setfacl/chacl) and they wont be used either, of course. cheers. -- Nathan