Searched refs:aa_path_perm (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | file.h | 123 int aa_path_perm(const char *op, const struct cred *subj_cred,
|
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | file.h | 192 int aa_path_perm(const char *op, struct aa_label *label,
|
/kernel/linux/linux-6.6/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 | 271 * aa_path_perm - do permissions check & audit for @path 282 int aa_path_perm(const char *op, const struct cred *subj_cred, in aa_path_perm() function
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | lsm.c | 211 error = aa_path_perm(op, label, path, 0, mask, cond); in common_perm() 372 error = aa_path_perm(OP_RENAME_SRC, label, &old_path, 0, in apparmor_path_rename() 377 error = aa_path_perm(OP_RENAME_DEST, label, &new_path, in apparmor_path_rename() 426 error = aa_path_perm(OP_OPEN, label, &file->f_path, 0, in apparmor_file_open()
|
H A D | file.c | 303 * aa_path_perm - do permissions check & audit for @path 313 int aa_path_perm(const char *op, struct aa_label *label, in aa_path_perm() function
|
Completed in 9 milliseconds