We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 825e587 commit 6a96e15Copy full SHA for 6a96e15
security/selinux/nlmsgtab.c
@@ -17,6 +17,7 @@
17
#include <linux/inet_diag.h>
18
#include <linux/xfrm.h>
19
#include <linux/audit.h>
20
+#include <linux/sock_diag.h>
21
22
#include "flask.h"
23
#include "av_permissions.h"
@@ -78,6 +79,7 @@ static struct nlmsg_perm nlmsg_tcpdiag_perms[] =
78
79
{
80
{ TCPDIAG_GETSOCK, NETLINK_TCPDIAG_SOCKET__NLMSG_READ },
81
{ DCCPDIAG_GETSOCK, NETLINK_TCPDIAG_SOCKET__NLMSG_READ },
82
+ { SOCK_DIAG_BY_FAMILY, NETLINK_TCPDIAG_SOCKET__NLMSG_READ },
83
};
84
85
static struct nlmsg_perm nlmsg_xfrm_perms[] =
0 commit comments