Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 387f989a authored by Nicolas Dichtel's avatar Nicolas Dichtel Committed by David S. Miller
Browse files

selinux/nlmsg: add RTM_GETNSID



This new command is missing.

Fixes: 9a963454 ("netns: notify netns id events")
Signed-off-by: default avatarNicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5bdfbc1f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -74,6 +74,7 @@ static struct nlmsg_perm nlmsg_route_perms[] =
	{ RTM_DELMDB,		NETLINK_ROUTE_SOCKET__NLMSG_WRITE  },
	{ RTM_GETMDB,		NETLINK_ROUTE_SOCKET__NLMSG_READ  },
	{ RTM_NEWNSID,		NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
	{ RTM_DELNSID,		NETLINK_ROUTE_SOCKET__NLMSG_READ  },
	{ RTM_GETNSID,		NETLINK_ROUTE_SOCKET__NLMSG_READ  },
};