Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:aa_audit_perm_names

Proto:void aa_audit_perm_names(struct audit_buffer *ab, const char *const *names, unsigned int mask)

Type:void

Parameter:

TypeParameterName
struct audit_buffer *ab
const char *const *names
unsigned intmask
224  fmt = "%s"
225  perm = 1
226  bool prev = false
228  When i < 32 cycle
229  If mask & perm Then
231  If Not prev Then
232  prev = true
233  fmt = " %s"
Caller
NameDescribe
aa_audit_perm_mask