Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:vec_unconfined

Proto:static bool vec_unconfined(struct aa_profile **vec, int n)

Type:bool

Parameter:

TypeParameterName
struct aa_profile **vec
intn
204  AA_BUG(!vec)
206  When i < n cycle
207  If Not profile_unconfined(vec[i]) Then Return false
211  Return true
Caller
NameDescribe
label_merge_insertlabel_merge_insert - create a new label by merging @a and @b*@new: preallocated label to merge into (NOT NULL)*@a: label to merge with @b (NOT NULL)*@b: label to merge with @a (NOT NULL)* Requires: preallocated proxy* Returns: ref counted label either