Searched refs:aa_file_perm (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/security/apparmor/include/ |
D | file.h | 94 int aa_file_perm(const char *op, const struct cred *subj_cred,
|
/linux-6.12.1/security/apparmor/ |
D | file.c | 571 int aa_file_perm(const char *op, const struct cred *subj_cred, in aa_file_perm() function 638 if (aa_file_perm(OP_INHERIT, subj_cred, label, file, in revalidate_tty() 658 if (aa_file_perm(OP_INHERIT, cl->cred, cl->label, file, in match_file()
|
D | lsm.c | 533 error = aa_file_perm(op, current_cred(), label, file, mask, in_atomic); in common_file_perm()
|