From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH] CacheFiles: Add calls to path-based security hooks [ver #2] Date: Fri, 14 Jan 2011 00:03:54 +0000 Message-ID: <22056.1294963434@redhat.com> References: <20101224144834.22524.86008.stgit@warthog.procyon.org.uk> Cc: dhowells@redhat.com, viro@zeniv.linux.org.uk, Tetsuo Handa , tomoyo-users-en@lists.sourceforge.jp, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Christoph Hellwig , Al Viro To: James Morris Return-path: In-Reply-To: Sender: linux-security-module-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org James Morris wrote: > > Add calls to path-based security hooks into CacheFiles as, unlike > > inode-based security, these aren't implicit in the vfs_mkdir() and similar > > calls. > > Adding fsdevel for further review - cachefiles is essentially part of the > vfs, right ? It certainly makes good use of the VFS interfaces, so I suppose in that sense, yes. David