Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146426
b: refs/heads/master
c: 1a62e95
h: refs/heads/master
v: v3
  • Loading branch information
Eric Paris authored and James Morris committed May 12, 2009
1 parent 77e93ca commit 2ea57af
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f06dd16a03f6f7f72fab4db03be36e28c28c6fd6
refs/heads/master: 1a62e958fa4aaeeb752311b4f5e16b2a86737b23
3 changes: 2 additions & 1 deletion trunk/security/integrity/ima/ima_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ int ima_path_check(struct path *path, int mask)
struct dentry *dentry = dget(path->dentry);
struct vfsmount *mnt = mntget(path->mnt);

file = dentry_open(dentry, mnt, O_RDONLY, current_cred());
file = dentry_open(dentry, mnt, O_RDONLY | O_LARGEFILE,
current_cred());
if (IS_ERR(file)) {
pr_info("%s dentry_open failed\n", dentry->d_name.name);
rc = PTR_ERR(file);
Expand Down

0 comments on commit 2ea57af

Please sign in to comment.