From: Ahmed S. Darwish Date: Sat, 1 Mar 2008 20:01:11 +0000 (+0200) Subject: Audit: internally use the new LSM audit hooks X-Git-Tag: v2.6.26-rc1~1137^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7a96f3a1ae279a2129653d6cb18d722f2f00f91;p=pandora-kernel.git Audit: internally use the new LSM audit hooks Convert Audit to use the new LSM Audit hooks instead of the exported SELinux interface. Basically, use: security_audit_rule_init secuirty_audit_rule_free security_audit_rule_known security_audit_rule_match instad of (respectively) : selinux_audit_rule_init selinux_audit_rule_free audit_rule_has_selinux selinux_audit_rule_match Signed-off-by: Casey Schaufler Signed-off-by: Ahmed S. Darwish Acked-by: James Morris --- Reading git-diff-tree failed