diff options
| author | Steve French <sfrench@us.ibm.com> | 2005-06-20 13:12:51 -0500 |
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2005-06-20 13:12:51 -0500 |
| commit | 58aab753de605c14b9878a897e7349c3063afeff (patch) | |
| tree | c9339c8cbcaae4dfe2232618fe6de1398d05455e /security/selinux/hooks.c | |
| parent | 5893a65711164e42fea4a58bb8adf47c2fac8a4b (diff) | |
| parent | 8b22c249e7de453961e4d253b19fc2a0bdd65d53 (diff) | |
Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
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 aae1e794fe4..db845cbd584 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c @@ -3419,7 +3419,7 @@ static int selinux_nlmsg_perm(struct sock *sk, struct sk_buff *skb) err = selinux_nlmsg_lookup(isec->sclass, nlh->nlmsg_type, &perm); if (err) { if (err == -EINVAL) { - audit_log(current->audit_context, + audit_log(current->audit_context, AUDIT_SELINUX_ERR, "SELinux: unrecognized netlink message" " type=%hu for sclass=%hu\n", nlh->nlmsg_type, isec->sclass); |
