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_is_stale

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

Type:bool

Parameter:

TypeParameterName
struct aa_profile **vec
intn
190  AA_BUG(!vec)
192  When i < n cycle
193  If profile_is_stale(vec[i]) Then Return true
197  Return false
Caller
NameDescribe
labelset_next_stale