This is the third, and hopefully final, version of the new LSM TUN hooks. This version incorporates all outstanding feedback as well as my sign-off and ACKs from both Eric and Serge (see patches). However, the patches are still missing an ACK from netdev - I haven't heard any objections but I'm not certain anyone from netdev has really taken a look yet. Dave and James - these patches once again straddle that line between networking and security; while James has usually ushered these types of patches upstream in the past I'll let you two fight it out again for the honors (assuming you are both okay with the patches). The patches can also be found in git form here: * git://git.infradead.org/users/pcmoore/lblnet-2.6_next Thanks. --- Paul Moore (2): selinux: Support for the new TUN LSM hooks lsm: Add hooks to the TUN driver drivers/net/tun.c | 22 +++++++--- include/linux/security.h | 31 ++++++++++++++ security/capability.c | 19 +++++++++ security/security.c | 18 ++++++++ security/selinux/hooks.c | 60 +++++++++++++++++++++++++++- security/selinux/include/av_inherit.h | 1 security/selinux/include/av_permissions.h | 22 ++++++++++ security/selinux/include/class_to_string.h | 1 security/selinux/include/flask.h | 1 9 files changed, 166 insertions(+), 9 deletions(-) -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.