Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:audit_log_d_path_exe

Proto:void audit_log_d_path_exe(struct audit_buffer *ab, struct mm_struct *mm)

Type:void

Parameter:

TypeParameterName
struct audit_buffer *ab
struct mm_struct *mm
2092  If Not mm Then Go to out_null
2095  exe_file = get_mm_exe_file - acquire a reference to the mm's executable file* Returns %NULL if mm has no associated executable file.* User must release file via fput().
2096  If Not exe_file Then Go to out_null
2099  This is a helper-function to print the escaped d_path
2100  fput(exe_file)
2101  Return
2102  out_null :
2103  audit_log_format - format a message into the audit buffer.*@ab: audit_buffer*@fmt: format string*@...: optional parameters matching @fmt string* All the work is done in audit_log_vformat.
Caller
NameDescribe
audit_log_task_info
audit_log_task