Searched refs:aa_path_perm (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/security/apparmor/ |
D | lsm.c | 160 error = aa_path_perm(op, profile, path, 0, mask, cond); in common_perm() 324 error = aa_path_perm(OP_RENAME_SRC, profile, &old_path, 0, in apparmor_path_rename() 329 error = aa_path_perm(OP_RENAME_DEST, profile, &new_path, in apparmor_path_rename() 390 error = aa_path_perm(OP_OPEN, profile, &file->f_path, 0, in apparmor_file_open()
|
D | file.c | 278 int aa_path_perm(int op, struct aa_profile *profile, struct path *path, in aa_path_perm() function 456 return aa_path_perm(op, profile, &file->f_path, PATH_DELEGATE_DELETED, in aa_file_perm()
|
/linux-4.4.14/security/apparmor/include/ |
D | file.h | 174 int aa_path_perm(int op, struct aa_profile *profile, struct path *path,
|