Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77227
b: refs/heads/master
c: 0444fa7
h: refs/heads/master
i:
  77225: 1500338
  77223: 29b6709
v: v3
  • Loading branch information
Linus Torvalds committed Jan 27, 2008
1 parent 1e04dd6 commit 6c9339b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9d40d2e3955185b69c264583d080eb3defcb05a0
refs/heads/master: 0444fa78751260b38f0db3418e001bf86593f05f
3 changes: 3 additions & 0 deletions trunk/security/selinux/ss/services.c
Original file line number Diff line number Diff line change
Expand Up @@ -1744,6 +1744,9 @@ int security_genfs_sid(const char *fstype,
struct ocontext *c;
int rc = 0, cmp = 0;

while (path[0] == '/' && path[1] == '/')
path++;

POLICY_RDLOCK;

for (genfs = policydb.genfs; genfs; genfs = genfs->next) {
Expand Down

0 comments on commit 6c9339b

Please sign in to comment.