Searched refs:aa_perm_mask_to_str (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | lib.c | 218 * aa_perm_mask_to_str - convert a perm mask to its short string 224 void aa_perm_mask_to_str(char *str, size_t str_size, const char *chrs, u32 mask) in aa_perm_mask_to_str() function 267 aa_perm_mask_to_str(str, sizeof(str), chrs, mask & chrsmask); in aa_audit_perm_mask()
|
H A D | file.c | 52 aa_perm_mask_to_str(str, sizeof(str), aa_file_perm_chrs, in file_audit_cb() 57 aa_perm_mask_to_str(str, sizeof(str), aa_file_perm_chrs, in file_audit_cb()
|
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | perms.h | 136 void aa_perm_mask_to_str(char *str, size_t str_size, const char *chrs,
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | lib.c | 197 * aa_perm_mask_to_str - convert a perm mask to its short string 203 void aa_perm_mask_to_str(char *str, size_t str_size, const char *chrs, u32 mask) in aa_perm_mask_to_str() function 246 aa_perm_mask_to_str(str, sizeof(str), chrs, mask & chrsmask); in aa_audit_perm_mask()
|
H A D | file.c | 49 aa_perm_mask_to_str(str, sizeof(str), aa_file_perm_chrs, in file_audit_cb() 54 aa_perm_mask_to_str(str, sizeof(str), aa_file_perm_chrs, in file_audit_cb()
|
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | perms.h | 200 void aa_perm_mask_to_str(char *str, size_t str_size, const char *chrs,
|
Completed in 6 milliseconds