dect
/
linux-2.6
Archived
13
0
Fork 0

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6:
  selinux: fix labeling of /proc/net inodes
This commit is contained in:
Linus Torvalds 2008-01-26 22:43:56 -08:00
commit 69e4d4c3e1
1 changed files with 3 additions and 0 deletions

View File

@ -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) {