Searched refs:aa_perm_mask_to_str (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/security/apparmor/include/ |
D | perms.h | 140 void aa_perm_mask_to_str(char *str, size_t str_size, const char *chrs,
|
/Linux-v4.19/security/apparmor/ |
D | lib.c | 205 void aa_perm_mask_to_str(char *str, size_t str_size, const char *chrs, u32 mask) in aa_perm_mask_to_str() function 248 aa_perm_mask_to_str(str, sizeof(str), chrs, mask & chrsmask); in aa_audit_perm_mask()
|
D | file.c | 50 aa_perm_mask_to_str(str, sizeof(str), aa_file_perm_chrs, in audit_file_mask()
|