Searched refs:aa_path_perm (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/security/apparmor/include/ |
D | file.h | 86 int aa_path_perm(const char *op, const struct cred *subj_cred,
|
/linux-6.12.1/security/apparmor/ |
D | lsm.c | 227 error = aa_path_perm(op, current_cred(), label, path, 0, mask, in common_perm() 414 error = aa_path_perm(OP_RENAME_SRC, current_cred(), in apparmor_path_rename() 420 error = aa_path_perm(OP_RENAME_DEST, current_cred(), in apparmor_path_rename() 427 error = aa_path_perm(OP_RENAME_SRC, current_cred(), in apparmor_path_rename() 433 error = aa_path_perm(OP_RENAME_DEST, current_cred(), in apparmor_path_rename() 492 error = aa_path_perm(OP_OPEN, file->f_cred, in apparmor_file_open()
|
D | file.c | 269 int aa_path_perm(const char *op, const struct cred *subj_cred, in aa_path_perm() function
|