Home
last modified time | relevance | path

Searched refs:aa_file_perm (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/security/apparmor/include/
H A Dfile.h131 int aa_file_perm(const char *op, const struct cred *subj_cred,
/openbmc/linux/security/apparmor/
H A Dfile.c584 int aa_file_perm(const char *op, const struct cred *subj_cred, in aa_file_perm() function
651 if (aa_file_perm(OP_INHERIT, subj_cred, label, file, in revalidate_tty()
671 if (aa_file_perm(OP_INHERIT, cl->cred, cl->label, file, in match_file()
H A Dlsm.c522 error = aa_file_perm(op, current_cred(), label, file, mask, in_atomic); in common_file_perm()