Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235087
b: refs/heads/master
c: 75a2563
h: refs/heads/master
i:
  235085: 739a785
  235083: c90aa6b
  235079: 4a6c5c9
  235071: b5b9cc9
v: v3
  • Loading branch information
Casey Schaufler committed Feb 10, 2011
1 parent f23f6c0 commit 44d1d82
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: db904aa8147440b750a35d58befed38155a1abb9
refs/heads/master: 75a25637bf8a1b8fbed2368c0a3ec15c66a534f1
2 changes: 1 addition & 1 deletion trunk/security/smack/smack_lsm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ static int smack_file_mmap(struct file *file,
* not available to a SMACK64MMAP subject
* deny access.
*/
if ((may | mmay) != may) {
if ((may | mmay) != mmay) {
rc = -EACCES;
break;
}
Expand Down

0 comments on commit 44d1d82

Please sign in to comment.