diff options
Diffstat (limited to 'security/selinux/hooks.c')
| -rw-r--r-- | security/selinux/hooks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 2253f388234f..9f9463000683 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
| @@ -3442,7 +3442,7 @@ static int selinux_nlmsg_perm(struct sock *sk, struct sk_buff *skb) | |||
| 3442 | err = selinux_nlmsg_lookup(isec->sclass, nlh->nlmsg_type, &perm); | 3442 | err = selinux_nlmsg_lookup(isec->sclass, nlh->nlmsg_type, &perm); |
| 3443 | if (err) { | 3443 | if (err) { |
| 3444 | if (err == -EINVAL) { | 3444 | if (err == -EINVAL) { |
| 3445 | audit_log(current->audit_context, AUDIT_SELINUX_ERR, | 3445 | audit_log(current->audit_context, GFP_KERNEL, AUDIT_SELINUX_ERR, |
| 3446 | "SELinux: unrecognized netlink message" | 3446 | "SELinux: unrecognized netlink message" |
| 3447 | " type=%hu for sclass=%hu\n", | 3447 | " type=%hu for sclass=%hu\n", |
| 3448 | nlh->nlmsg_type, isec->sclass); | 3448 | nlh->nlmsg_type, isec->sclass); |
