diff options
Diffstat (limited to 'security/selinux')
-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 74bb74b4db08..973e31eb1097 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
@@ -2671,7 +2671,7 @@ static void selinux_inode_post_setxattr(struct dentry *dentry, char *name, | |||
2671 | rc = security_context_to_sid(value, size, &newsid); | 2671 | rc = security_context_to_sid(value, size, &newsid); |
2672 | if (rc) { | 2672 | if (rc) { |
2673 | printk(KERN_WARNING "%s: unable to obtain SID for context " | 2673 | printk(KERN_WARNING "%s: unable to obtain SID for context " |
2674 | "%s, rc=%d\n", __func__, (char*)value, -rc); | 2674 | "%s, rc=%d\n", __func__, (char *)value, -rc); |
2675 | return; | 2675 | return; |
2676 | } | 2676 | } |
2677 | 2677 | ||