mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
audit: localize audit_log_session_info prototype
The audit_log_session_info() function is only used in kernel/audit*, so move its prototype to kernel/audit.h Signed-off-by: Richard Guy Briggs <rgb@redhat.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
This commit is contained in:
committed by
Paul Moore
parent
f905c2fc39
commit
0fe3c7fceb
@@ -210,6 +210,8 @@ struct audit_context {
|
||||
|
||||
extern bool audit_ever_enabled;
|
||||
|
||||
extern void audit_log_session_info(struct audit_buffer *ab);
|
||||
|
||||
extern void audit_copy_inode(struct audit_names *name,
|
||||
const struct dentry *dentry,
|
||||
struct inode *inode);
|
||||
|
||||
Reference in New Issue
Block a user