函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\audit.c Create Date:2022-07-27 12:26:47
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:audit_log_d_path_exe

函数原型:void audit_log_d_path_exe(struct audit_buffer *ab, struct mm_struct *mm)

返回类型:void

参数:

类型参数名称
struct audit_buffer *ab
struct mm_struct *mm
2092  如果非mm则转到: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  如果非exe_file则转到:out_null
2099  This is a helper-function to print the escaped d_path
2100  fput(exe_file)
2101  返回
2102  out_null :
2103  写入审计信息
调用者
名称描述
audit_log_task_info
audit_log_task