From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Wright Subject: Re: [RFC][PATCH] Remove security_inode_post_create/mkdir/symlink/mknod hooks Date: Thu, 14 Jul 2005 12:41:45 -0700 Message-ID: <20050714194145.GW19052@shell0.pdx.osdl.net> References: <1120829121.19035.45.camel@moss-spartans.epoch.ncsc.mil> <1121267121.1547.141.camel@moss-spartans.epoch.ncsc.mil> <1121369377.18143.162.camel@moss-spartans.epoch.ncsc.mil> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andrew Morton , Alexander Viro , lsm , Christoph Hellwig , Chris Wright , linuxfs Return-path: To: Stephen Smalley Content-Disposition: inline In-Reply-To: <1121369377.18143.162.camel@moss-spartans.epoch.ncsc.mil> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-security-module-bounces@wirex.com Errors-To: linux-security-module-bounces@wirex.com List-Id: linux-fsdevel.vger.kernel.org * Stephen Smalley (sds@tycho.nsa.gov) wrote: > This patch removes the inode_post_create/mkdir/mknod/symlink LSM hooks > as they are obsoleted by the new inode_init_security hook that enables > atomic inode security labeling. If anyone sees any reason to retain these hooks, > please speak now. Also, is anyone using the post_rename/link hooks; if not, > those could also be removed. Please remove post_rename. The dentry args are garbage anyway. thanks, -chris