Home
last modified time | relevance | path

Searched refs:aa_path_perm (Results 1 – 4 of 4) sorted by relevance

/linux/security/apparmor/include/
H A Dfile.h91 int aa_path_perm(const char *op, const struct cred *subj_cred,
/linux/security/apparmor/
H A Dlsm.c228 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 Dfile.c275 int aa_path_perm(const char *op, const struct cred *subj_cred, in aa_path_perm() function
H A Daf_unix.c55 return aa_path_perm(op, subj_cred, label, path, in unix_fs_perm()