From 676cd9901deeddeb5d12c1c733a479b03a239bbb Mon Sep 17 00:00:00 2001 From: Eric Paris Date: Thu, 16 Dec 2010 11:46:51 -0500 Subject: [PATCH] --- yaml --- r: 227813 b: refs/heads/master c: 350e4f31e0eaf56dfc3b328d24a11bdf42a41fb8 h: refs/heads/master i: 227811: e784f0a3115e4b03d0197266d99ea5acc082c1e7 v: v3 --- [refs] | 2 +- trunk/security/selinux/nlmsgtab.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 27e5044c9a8f..2a98da83b051 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 73ff5fc0a86b28b77e02a6963b388d1dbfa0a263 +refs/heads/master: 350e4f31e0eaf56dfc3b328d24a11bdf42a41fb8 diff --git a/trunk/security/selinux/nlmsgtab.c b/trunk/security/selinux/nlmsgtab.c index 75ec0c6ebacd..8b02b2137da2 100644 --- a/trunk/security/selinux/nlmsgtab.c +++ b/trunk/security/selinux/nlmsgtab.c @@ -65,6 +65,8 @@ static struct nlmsg_perm nlmsg_route_perms[] = { RTM_NEWADDRLABEL, NETLINK_ROUTE_SOCKET__NLMSG_WRITE }, { RTM_DELADDRLABEL, NETLINK_ROUTE_SOCKET__NLMSG_WRITE }, { RTM_GETADDRLABEL, NETLINK_ROUTE_SOCKET__NLMSG_READ }, + { RTM_GETDCB, NETLINK_ROUTE_SOCKET__NLMSG_READ }, + { RTM_SETDCB, NETLINK_ROUTE_SOCKET__NLMSG_WRITE }, }; static struct nlmsg_perm nlmsg_firewall_perms[] =