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

/linux-master/security/apparmor/include/
H A Dfile.h94 int aa_file_perm(const char *op, const struct cred *subj_cred,
/linux-master/security/apparmor/
H A Dfile.c574 * aa_file_perm - do permission revalidation check & audit for @file
584 int aa_file_perm(const char *op, const struct cred *subj_cred, function
651 if (aa_file_perm(OP_INHERIT, subj_cred, label, file,
671 if (aa_file_perm(OP_INHERIT, cl->cred, cl->label, file,
H A Dlsm.c532 error = aa_file_perm(op, current_cred(), label, file, mask, in_atomic);

Completed in 136 milliseconds