Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88446
b: refs/heads/master
c: f0115e6
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and James Morris committed Apr 18, 2008
1 parent 07dd421 commit a148072
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dd6f953adb5c4deb9cd7b6a5054e7d5eafe4ed71
refs/heads/master: f0115e6c8980ea9125a17858291c90ecd990bc1c
2 changes: 1 addition & 1 deletion trunk/security/selinux/hooks.c
Original file line number Diff line number Diff line change
Expand Up @@ -2671,7 +2671,7 @@ static void selinux_inode_post_setxattr(struct dentry *dentry, char *name,
rc = security_context_to_sid(value, size, &newsid);
if (rc) {
printk(KERN_WARNING "%s: unable to obtain SID for context "
"%s, rc=%d\n", __func__, (char*)value, -rc);
"%s, rc=%d\n", __func__, (char *)value, -rc);
return;
}

Expand Down

0 comments on commit a148072

Please sign in to comment.