From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757407Ab1ANAE3 (ORCPT ); Thu, 13 Jan 2011 19:04:29 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55470 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752137Ab1ANAEW (ORCPT ); Thu, 13 Jan 2011 19:04:22 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: References: <20101224144834.22524.86008.stgit@warthog.procyon.org.uk> To: James Morris 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 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> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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