projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa7168f
)
IMA: fix ima_delete_rules() definition
author
James Morris
<jmorris@namei.org>
Wed, 4 Feb 2009 22:28:26 +0000
(09:28 +1100)
committer
James Morris
<jmorris@namei.org>
Thu, 5 Feb 2009 22:05:34 +0000
(09:05 +1100)
Fix ima_delete_rules() definition so sparse doesn't complain.
Signed-off-by: James Morris <jmorris@namei.org>
security/integrity/ima/ima_policy.c
patch
|
blob
|
history
diff --git
a/security/integrity/ima/ima_policy.c
b/security/integrity/ima/ima_policy.c
index bd453603e2c3b71aad2810abc4937052cda76104..23810e0bfc68a2f92c70d00ef6e9fa49a7f0750e 100644
(file)
--- a/
security/integrity/ima/ima_policy.c
+++ b/
security/integrity/ima/ima_policy.c
@@
-400,7
+400,7
@@
int ima_parse_add_rule(char *rule)
}
/* ima_delete_rules called to cleanup invalid policy */
-void ima_delete_rules()
+void ima_delete_rules(
void
)
{
struct ima_measure_rule_entry *entry, *tmp;