函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\apparmor\include\cred.h Create Date:2022-07-27 21:20:55
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:__aa_task_raw_label - retrieve another task's label*@task: task to query (NOT NULL)* Returns: @task's label without incrementing its ref count* If @task != current needs to be called in RCU safe critical section

函数原型:static inline struct aa_label *__aa_task_raw_label(struct task_struct *task)

返回类型:struct aa_label

参数:

类型参数名称
struct task_struct *task
76  返回:aa_cred_raw_label - obtain cred's label*@cred: cred to obtain label from (NOT NULL)* Returns: confining label* does NOT increment reference count
调用者
名称描述
aa_get_task_labelaa_get_task_label - Get another task's label*@task: task to query (NOT NULL)* Returns: counted reference to @task's label