Searched refs:aa_path_perm (Results 1 – 4 of 4) sorted by relevance
| /linux/security/apparmor/include/ |
| H A D | file.h | 91 int aa_path_perm(const char *op, const struct cred *subj_cred,
|
| /linux/security/apparmor/ |
| H A D | lsm.c | 228 error = aa_path_perm(op, current_cred(), label, path, 0, mask, in common_perm() 415 error = aa_path_perm(OP_RENAME_SRC, current_cred(), in apparmor_path_rename() 421 error = aa_path_perm(OP_RENAME_DEST, current_cred(), in apparmor_path_rename() 428 error = aa_path_perm(OP_RENAME_SRC, current_cred(), in apparmor_path_rename() 434 error = aa_path_perm(OP_RENAME_DEST, current_cred(), in apparmor_path_rename() 493 error = aa_path_perm(OP_OPEN, file->f_cred, in apparmor_file_open()
|
| H A D | file.c | 275 int aa_path_perm(const char *op, const struct cred *subj_cred, in aa_path_perm() function
|
| H A D | af_unix.c | 55 return aa_path_perm(op, subj_cred, label, path, in unix_fs_perm()
|