Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22515
b: refs/heads/master
c: cf01efd
h: refs/heads/master
i:
  22513: 1730135
  22511: 53b384a
v: v3
  • Loading branch information
James Morris authored and Linus Torvalds committed Mar 22, 2006
1 parent 1cfe74d commit 5810a81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: edb20fb5be2ff6943920aca4ccab0f4fdacddb9c
refs/heads/master: cf01efd098597f7ee88a61e645afacba987c4531
2 changes: 0 additions & 2 deletions trunk/security/selinux/hooks.c
Original file line number Diff line number Diff line change
Expand Up @@ -1929,15 +1929,13 @@ static int selinux_inode_init_security(struct inode *inode, struct inode *dir,
struct task_security_struct *tsec;
struct inode_security_struct *dsec;
struct superblock_security_struct *sbsec;
struct inode_security_struct *isec;
u32 newsid, clen;
int rc;
char *namep = NULL, *context;

tsec = current->security;
dsec = dir->i_security;
sbsec = dir->i_sb->s_security;
isec = inode->i_security;

if (tsec->create_sid && sbsec->behavior != SECURITY_FS_USE_MNTPOINT) {
newsid = tsec->create_sid;
Expand Down

0 comments on commit 5810a81

Please sign in to comment.