On Thu, 10 Nov 2005, James Morris wrote: > For SELinux, we'll need to track genl ID assignment and deletion, so we > can determine what the Netlink family number means when we see a Netlink > message. We'll have to assume that the sysadmin has not changed the > module name.
Forgot to add that I think we'll need to add an LSM hook in genl_ctrl_event(), which passes the family name, id and event type to the LSM module. Something like: void security_netlink_genl_event(int event, unsigned int id, const char *name); - James -- James Morris <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
