函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\auditsc.c Create Date:2022-07-27 12:30:39
Last Modify:2020-03-17 16:31:21 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:audit_log_fcaps

函数原型:static void audit_log_fcaps(struct audit_buffer *ab, struct audit_names *name)

返回类型:void

参数:

类型参数名称
struct audit_buffer *ab
struct audit_names *name
1177  如果fcap_ver恒等于负1则
1178  写入审计信息
1179  返回
1181  audit_log_cap(ab, "cap_fp", & permitted)
1182  audit_log_cap(ab, "cap_fi", & inheritable)
1183  写入审计信息
调用者
名称描述
audit_log_nameaudit_log_name - produce AUDIT_PATH record from struct audit_names*@context: audit_context for the task*@n: audit_names structure with reportable details*@path: optional path to report instead of audit_names->name*@record_num: record number to report when