Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\audit.h Create Date:2022-07-28 07:11:11
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:audit_log_string

Proto:static inline void audit_log_string(struct audit_buffer *ab, const char *buf)

Type:void

Parameter:

TypeParameterName
struct audit_buffer *ab
const char *buf
660  Format a string of no more than slen characters into the audit buffer,* enclosed in quote marks.
Caller
NameDescribe
audit_log_d_pathThis is a helper-function to print the escaped d_path
audit_preaudit_base - core AppArmor function.*@ab: audit buffer to fill (NOT NULL)*@ca: audit structure containing data to audit (NOT NULL)* Record common AppArmor audit data from @sa
audit_ptrace_maskaudit_ptrace_mask - convert mask to permission string*@buffer: buffer to write string to (NOT NULL)*@mask: permission mask to convert
audit_signal_maskaudit_file_mask - convert mask to permission string*@buffer: buffer to write string to (NOT NULL)*@mask: permission mask to convert
audit_file_maskaudit_file_mask - convert mask to permission string*@buffer: buffer to write string to (NOT NULL)*@mask: permission mask to convert
audit_net_cbaudit callback for net specific fields