Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:audit_panic

Proto:void audit_panic(const char *message)

Type:void

Parameter:

TypeParameterName
const char *message
299  Case If auditing cannot proceed, audit_failure selects what happens. == Failure-to-log actions
300  Break
301  Case If auditing cannot proceed, audit_failure selects what happens. == AUDIT_FAIL_PRINTK
302  If printk_ratelimit() Then pr_err("%s\n", message)
304  Break
305  Case 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  Break
Caller
NameDescribe
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