Searched refs:aa_capable (Results 1 - 6 of 6) sorted by relevance

/linux-master/security/apparmor/include/
H A Dcapability.h39 int aa_capable(const struct cred *subj_cred, struct aa_label *label,
/linux-master/security/apparmor/
H A Dcapability.c142 * aa_capable - test permission to use capability
152 int aa_capable(const struct cred *subj_cred, struct aa_label *label, function
H A Dresource.c135 aa_capable(subj_cred, label, CAP_SYS_RESOURCE, CAP_OPT_NOAUDIT) != 0)
H A Dtask.c273 ad->error = aa_capable(cred, &tracer->label, CAP_SYS_PTRACE,
H A Dpolicy.c798 err = aa_capable(subj_cred, label, cap, CAP_OPT_NONE);
H A Dlsm.c204 error = aa_capable(cred, label, cap, opts);

Completed in 271 milliseconds