Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\auditsc.c Create Date:2022-07-28 11:27:10
Last Modify:2020-03-17 16:31:21 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:audit_free_context

Proto:static inline void audit_free_context(struct audit_context *context)

Type:void

Parameter:

TypeParameterName
struct audit_context *context
944  audit_free_module(context)
945  audit_free_names(context)
946  unroll_tree_refs(context, NULL, 0)
947  free_tree_refs(context)
948  audit_free_aux(context)
949  kfree(key for rule that triggered record )
950  kfree(sockaddr)
951  audit_proctitle_free(context)
952  kfree(context)
Caller
NameDescribe
__audit_free__audit_free - free a per-task audit context*@tsk: task whose audit context block to free* Called from copy_process and do_exit