函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:audit_panic

函数原型:void audit_panic(const char *message)

返回类型:void

参数:

类型参数名称
const char *message
299  :If auditing cannot proceed, audit_failure selects what happens. 恒等于Failure-to-log actions
300  退出
301  :If auditing cannot proceed, audit_failure selects what happens. 恒等于AUDIT_FAIL_PRINTK
302  如果printk_ratelimit()则打印错误信息("%s\n", message)
304  退出
305  :If auditing cannot proceed, audit_failure selects what happens. 恒等于AUDIT_FAIL_PANIC
306  panic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns.
307  退出
调用者
名称描述
audit_log_lostaudit_log_lost - conditionally log lost audit message event*@message: the message stating reason for lost audit message* Emit at least 1 message per second, even if audit_rate_check is* throttling.* Always increment the lost messages counter.
audit_net_init
audit_log_task_context
update_lsm_rule
audit_log_execve_info
audit_log_exit
audit_update_watchUpdate inode info in audit rules based on filesystem event.
audit_watch_init
audit_fsnotify_init
audit_tree_init