Searched refs:aa_file_perm (Results 1 – 3 of 3) sorted by relevance
| /linux/security/apparmor/ |
| A D | file.c | 598 int aa_file_perm(const char *op, struct aa_label *label, struct file *file, in aa_file_perm() function 664 if (aa_file_perm(OP_INHERIT, label, file, MAY_READ | MAY_WRITE, in revalidate_tty() 679 if (aa_file_perm(OP_INHERIT, label, file, aa_map_file_to_perms(file), in match_file()
|
| A D | lsm.c | 475 error = aa_file_perm(op, label, file, mask, in_atomic); in common_file_perm()
|
| /linux/security/apparmor/include/ |
| A D | file.h | 199 int aa_file_perm(const char *op, struct aa_label *label, struct file *file,
|
Completed in 13 milliseconds