Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98879
b: refs/heads/master
c: ec229e8
h: refs/heads/master
i:
  98877: 9dfb1be
  98875: 0e271f3
  98871: 1ef0609
  98863: 0c32075
  98847: dd3a509
  98815: e5ca9c2
v: v3
  • Loading branch information
Li Zefan authored and Linus Torvalds committed Jul 13, 2008
1 parent f047a40 commit f08a50b
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: 17d213f806dad629e9af36fc45f082b87ed7bceb
refs/heads/master: ec229e830060091b9be63c8f873c1b2407a82821
2 changes: 1 addition & 1 deletion trunk/security/device_cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ static int may_access_whitelist(struct dev_cgroup *c,
continue;
if (whitem->minor != ~0 && whitem->minor != refwh->minor)
continue;
if (refwh->access & (~(whitem->access | ACC_MASK)))
if (refwh->access & (~whitem->access))
continue;
return 1;
}
Expand Down

0 comments on commit f08a50b

Please sign in to comment.