Searched refs:aa_path_perm (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/security/apparmor/include/ |
H A D | file.h | 123 int aa_path_perm(const char *op, const struct cred *subj_cred,
|
/openbmc/linux/security/apparmor/ |
H A D | lsm.c | 219 error = aa_path_perm(op, current_cred(), label, path, 0, mask, in common_perm() 406 error = aa_path_perm(OP_RENAME_SRC, current_cred(), in apparmor_path_rename() 412 error = aa_path_perm(OP_RENAME_DEST, current_cred(), in apparmor_path_rename() 419 error = aa_path_perm(OP_RENAME_SRC, current_cred(), in apparmor_path_rename() 425 error = aa_path_perm(OP_RENAME_DEST, current_cred(), in apparmor_path_rename() 481 error = aa_path_perm(OP_OPEN, file->f_cred, in apparmor_file_open()
|
H A D | file.c | 282 int aa_path_perm(const char *op, const struct cred *subj_cred, in aa_path_perm() function
|