Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223738
b: refs/heads/master
c: 867c202
h: refs/heads/master
v: v3
  • Loading branch information
Mimi Zohar authored and Linus Torvalds committed Jan 4, 2011
1 parent f47ee9c commit 8f5d8b8
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 03ed6a3aa600c48593c3984812fda2d5945ddb46
refs/heads/master: 867c20265459d30a01b021a9c1e81fb4c5832aa9
2 changes: 2 additions & 0 deletions trunk/security/integrity/ima/ima_policy.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ static int ima_lsm_rule_init(struct ima_measure_rule_entry *entry,
result = security_filter_rule_init(entry->lsm[lsm_rule].type,
Audit_equal, args,
&entry->lsm[lsm_rule].rule);
if (!entry->lsm[lsm_rule].rule)
return -EINVAL;
return result;
}

Expand Down

0 comments on commit 8f5d8b8

Please sign in to comment.