aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/selinux/nlmsgtab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/nlmsgtab.c b/security/selinux/nlmsgtab.c
index fa7fa030e6eb..f79408252730 100644
--- a/security/selinux/nlmsgtab.c
+++ b/security/selinux/nlmsgtab.c
@@ -126,7 +126,7 @@ int selinux_nlmsg_lookup(u16 sclass, u16 nlmsg_type, u32 *perm)
126 break; 126 break;
127 127
128 case SECCLASS_NETLINK_FIREWALL_SOCKET: 128 case SECCLASS_NETLINK_FIREWALL_SOCKET:
129 case NETLINK_IP6_FW: 129 case SECCLASS_NETLINK_IP6FW_SOCKET:
130 err = nlmsg_perm(nlmsg_type, perm, nlmsg_firewall_perms, 130 err = nlmsg_perm(nlmsg_type, perm, nlmsg_firewall_perms,
131 sizeof(nlmsg_firewall_perms)); 131 sizeof(nlmsg_firewall_perms));
132 break; 132 break;