提交 bf45da97 编写于 作者: L lorenzo@gnu.org 提交者: Al Viro

[PATCH] EXPORT_SYMBOL patch for audit_log, audit_log_start, audit_log_end and audit_format

Hi,

This is a trivial patch that enables the possibility of using some auditing
functions within loadable kernel modules (ie. inside a Linux Security Module).

_

Make the audit_log_start, audit_log_end, audit_format and audit_log
interfaces available to Loadable Kernel Modules, thus making possible
the usage of the audit framework inside LSMs, etc.
Signed-off-by: N&lt;Lorenzo Hernández García-Hierro <lorenzo@gnu.org&gt;>
Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 5a0bbce5
......@@ -994,3 +994,8 @@ void audit_log(struct audit_context *ctx, gfp_t gfp_mask, int type,
audit_log_end(ab);
}
}
EXPORT_SYMBOL(audit_log_start);
EXPORT_SYMBOL(audit_log_end);
EXPORT_SYMBOL(audit_log_format);
EXPORT_SYMBOL(audit_log);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册