On Wed, 2003-09-03 at 17:23, Chris Wright wrote: > int inode_permission(struct nameidata *nd, int mask); The nameidata isn't always available from the callers, and NULL may be passed, so you will still want to pass the inode as well. Security modules will still need to provide logic to handle the case where nd is NULL. -- Stephen Smalley <sdsat_private> National Security Agency _______________________________________________ linux-security-module mailing list linux-security-moduleat_private http://mail.wirex.com/mailman/listinfo/linux-security-module
This archive was generated by hypermail 2b30 : Thu Sep 04 2003 - 05:32:15 PDT