From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH 00/16] Permit filesystem local caching [try #3] Date: Tue, 14 Aug 2007 18:58:00 +0100 Message-ID: <9409.1187114280@redhat.com> References: <861956.50630.qm@web36613.mail.mud.yahoo.com> Reply-To: Linux filesystem caching discussion list Cc: akpm@osdl.org, LSM List , linux-kernel@vger.kernel.org, nfsv4@linux-nfs.org, trond.myklebust@fys.uio.no, torvalds@osdl.org, linux-cachefs@redhat.com, selinux@tycho.nsa.gov, linux-fsdevel@vger.kernel.org, Stephen Smalley To: casey@schaufler-ca.com Return-path: In-Reply-To: <861956.50630.qm@web36613.mail.mud.yahoo.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-cachefs-bounces@redhat.com Errors-To: linux-cachefs-bounces@redhat.com List-Id: linux-fsdevel.vger.kernel.org Casey Schaufler wrote: > Whoops, sorry. You leave the process label alone and explicitly > set the file label using the xattr interfaces. That's the wrong way to do things. There'd then be a window in which cachefilesd (the userspace daemon) could attempt to view the file when the file has the wrong label attached. David