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.c229 error = aa_path_perm(op, current_cred(), label, path, 0, mask, in common_perm()
416 error = aa_path_perm(OP_RENAME_SRC, current_cred(), in apparmor_path_rename()
422 error = aa_path_perm(OP_RENAME_DEST, current_cred(), in apparmor_path_rename()
429 error = aa_path_perm(OP_RENAME_SRC, current_cred(), in apparmor_path_rename()
435 error = aa_path_perm(OP_RENAME_DEST, current_cred(), in apparmor_path_rename()
494 error = aa_path_perm(OP_OPEN, file->f_cred, in apparmor_file_open()
H A Dfile.c280 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()