Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__aa_transition_rlimits - apply new profile rlimits*@old_l: old label on task (NOT NULL)*@new_l: new label with rlimits to apply (NOT NULL)

Proto:void __aa_transition_rlimits(struct aa_label *old_l, struct aa_label *new_l)

Type:void

Parameter:

TypeParameterName
struct aa_label *old_l
struct aa_label *new_l
143  mask = 0
148  old = labels_profile(old_l)
149  new = labels_profile(new_l)
155  If mask Then
158  When j < RLIM_NLIMITS cycle
160  If mask & mask Then