Searched refs:aa_perm_mask_to_str (Results 1 – 3 of 3) sorted by relevance
| /security/apparmor/ |
| A D | lib.c | 300 void aa_perm_mask_to_str(char *str, size_t str_size, const char *chrs, u32 mask) in aa_perm_mask_to_str() function 343 aa_perm_mask_to_str(str, sizeof(str), chrs, mask & chrsmask); in aa_audit_perm_mask()
|
| A D | file.c | 53 aa_perm_mask_to_str(str, sizeof(str), aa_file_perm_chrs, in file_audit_cb() 58 aa_perm_mask_to_str(str, sizeof(str), aa_file_perm_chrs, in file_audit_cb()
|
| /security/apparmor/include/ |
| A D | perms.h | 203 void aa_perm_mask_to_str(char *str, size_t str_size, const char *chrs,
|
Completed in 8 milliseconds