Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:aa_cred_raw_label - obtain cred's label*@cred: cred to obtain label from (NOT NULL)* Returns: confining label* does NOT increment reference count

Proto:static inline struct aa_label *aa_cred_raw_label(const struct cred *cred)

Type:struct aa_label

Parameter:

TypeParameterName
const struct cred *cred
49  label = cred_label(cred)
51  AA_BUG(!label)
52  Return label