diff options
Diffstat (limited to 'security/selinux/nlmsgtab.c')
-rw-r--r-- | security/selinux/nlmsgtab.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/selinux/nlmsgtab.c b/security/selinux/nlmsgtab.c index eddc7b420109..ff59c0c4804b 100644 --- a/security/selinux/nlmsgtab.c +++ b/security/selinux/nlmsgtab.c | |||
@@ -23,8 +23,7 @@ | |||
23 | #include "flask.h" | 23 | #include "flask.h" |
24 | #include "av_permissions.h" | 24 | #include "av_permissions.h" |
25 | 25 | ||
26 | struct nlmsg_perm | 26 | struct nlmsg_perm { |
27 | { | ||
28 | u16 nlmsg_type; | 27 | u16 nlmsg_type; |
29 | u32 perm; | 28 | u32 perm; |
30 | }; | 29 | }; |
@@ -159,7 +158,7 @@ int selinux_nlmsg_lookup(u16 sclass, u16 nlmsg_type, u32 *perm) | |||
159 | if ((nlmsg_type >= AUDIT_FIRST_USER_MSG && | 158 | if ((nlmsg_type >= AUDIT_FIRST_USER_MSG && |
160 | nlmsg_type <= AUDIT_LAST_USER_MSG) || | 159 | nlmsg_type <= AUDIT_LAST_USER_MSG) || |
161 | (nlmsg_type >= AUDIT_FIRST_USER_MSG2 && | 160 | (nlmsg_type >= AUDIT_FIRST_USER_MSG2 && |
162 | nlmsg_type <= AUDIT_LAST_USER_MSG2)) { | 161 | nlmsg_type <= AUDIT_LAST_USER_MSG2)) { |
163 | *perm = NETLINK_AUDIT_SOCKET__NLMSG_RELAY; | 162 | *perm = NETLINK_AUDIT_SOCKET__NLMSG_RELAY; |
164 | } else { | 163 | } else { |
165 | err = nlmsg_perm(nlmsg_type, perm, nlmsg_audit_perms, | 164 | err = nlmsg_perm(nlmsg_type, perm, nlmsg_audit_perms, |