Re: Problem while insmod

From: Serge E. Hallyn (hallyn@private)
Date: Tue Aug 17 2004 - 08:09:41 PDT


Ah.  You need to add

MODULE_LICENSE("GPL");

at the end of your file.  Without this, you cannot make use of the
register_security and unregister_security functions because those are
GPL-protected.

thanks,
-serge



This archive was generated by hypermail 2.1.3 : Tue Aug 17 2004 - 08:22:34 PDT