* James Morris (jmorrisat_private) wrote: > 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 > }; possible, yes. ideal, no ;-) but then again this is not an ideal world... we're trying to place as few ifdef constraints on LSM as possible. -chris _______________________________________________ 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 Jul 19 2001 - 09:45:21 PDT