Re. attaching a security blob to an skb, is it possible under the proposed LSM prototype for this to be a void pointer which is only present when #ifdef'd ? For example, include/linux/skbuff.h: struct sk_buff { ... #ifdef LSM_NET void *lsm_context; #endif }; This is the current approach taken by components which need their own skb fields. - James -- James Morris <jmorrisat_private> _______________________________________________ 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 : Wed Jul 18 2001 - 19:03:21 PDT