Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132583
b: refs/heads/master
c: dd4907a
h: refs/heads/master
i:
  132581: 97fecb3
  132579: 464732f
  132575: 6031f9c
v: v3
  • Loading branch information
James Morris committed Jan 29, 2009
1 parent 4bff7f8 commit 63d69d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: e4737250b751b4e0e802adae9a4d3ae0227b580b
refs/heads/master: dd4907a6d4e038dc65839fcd4030ebefe2f5f439
6 changes: 0 additions & 6 deletions trunk/security/selinux/hooks.c
Original file line number Diff line number Diff line change
Expand Up @@ -2655,12 +2655,6 @@ static int selinux_inode_rmdir(struct inode *dir, struct dentry *dentry)

static int selinux_inode_mknod(struct inode *dir, struct dentry *dentry, int mode, dev_t dev)
{
int rc;

rc = secondary_ops->inode_mknod(dir, dentry, mode, dev);
if (rc)
return rc;

return may_create(dir, dentry, inode_mode_to_security_class(mode));
}

Expand Down

0 comments on commit 63d69d0

Please sign in to comment.