From: James Morris This patch adds Netlink message types related to the TC action code, allowing finer grained SELinux control of this. Author: jamal Signed-off-by: James Morris Signed-off-by: Stephen Smalley Signed-off-by: Andrew Morton --- 25-akpm/security/selinux/nlmsgtab.c | 3 +++ 1 files changed, 3 insertions(+) diff -puN security/selinux/nlmsgtab.c~selinux-add-netlink-message-types-for-the-tc-action-code security/selinux/nlmsgtab.c --- 25/security/selinux/nlmsgtab.c~selinux-add-netlink-message-types-for-the-tc-action-code Wed Jan 19 15:38:21 2005 +++ 25-akpm/security/selinux/nlmsgtab.c Wed Jan 19 15:38:21 2005 @@ -56,6 +56,9 @@ static struct nlmsg_perm nlmsg_route_per { RTM_NEWTFILTER, NETLINK_ROUTE_SOCKET__NLMSG_WRITE }, { RTM_DELTFILTER, NETLINK_ROUTE_SOCKET__NLMSG_WRITE }, { RTM_GETTFILTER, NETLINK_ROUTE_SOCKET__NLMSG_READ }, + { RTM_NEWACTION, NETLINK_ROUTE_SOCKET__NLMSG_WRITE }, + { RTM_DELACTION, NETLINK_ROUTE_SOCKET__NLMSG_WRITE }, + { RTM_GETACTION, NETLINK_ROUTE_SOCKET__NLMSG_READ }, { RTM_NEWPREFIX, NETLINK_ROUTE_SOCKET__NLMSG_WRITE }, { RTM_GETPREFIX, NETLINK_ROUTE_SOCKET__NLMSG_READ }, { RTM_GETMULTICAST, NETLINK_ROUTE_SOCKET__NLMSG_READ }, _