Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:apparmor_task_getsecid

Proto:static void apparmor_task_getsecid(struct task_struct *p, unsigned int *secid)

Type:void

Parameter:

TypeParameterName
struct task_struct *p
unsigned int *secid
724  label = aa_get_task_label - Get another task's label*@task: task to query (NOT NULL)* Returns: counted reference to @task's label
725  secid = secid
726  aa_put_label(label)