From: Ahmed S. Darwish Date: Sat, 1 Mar 2008 20:00:05 +0000 (+0200) Subject: LSM/Audit: Introduce generic Audit LSM hooks X-Git-Tag: v2.6.26-rc1~1137^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03d37d25e0f91b28c4b6d002be6221f1af4b19d8;p=pandora-kernel.git LSM/Audit: Introduce generic Audit LSM hooks Introduce a generic Audit interface for security modules by adding the following new LSM hooks: audit_rule_init(field, op, rulestr, lsmrule) audit_rule_known(krule) audit_rule_match(secid, field, op, rule, actx) audit_rule_free(rule) Those hooks are only available if CONFIG_AUDIT is enabled. Signed-off-by: Casey Schaufler Signed-off-by: Ahmed S. Darwish Acked-by: James Morris Reviewed-by: Paul Moore --- Reading git-diff-tree failed