Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:security_task_free

Proto:void security_task_free(struct task_struct *task)

Type:void

Parameter:

TypeParameterName
struct task_struct *task
1518  Hook list operation macros.* call_void_hook:* This is a hook that does not return a value.* call_int_hook:* This is a hook that returns a value.(task_free, task)
1520  kfree(security)
1521  security = NULL
Caller
NameDescribe
copy_processCreate a new process
security_task_alloc