Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/include/
H A Dcapability.h39 int aa_capable(const struct cred *subj_cred, struct aa_label *label,
/openbmc/linux/security/apparmor/
H A Dcapability.c152 int aa_capable(const struct cred *subj_cred, struct aa_label *label, in aa_capable() function
H A Dresource.c135 aa_capable(subj_cred, label, CAP_SYS_RESOURCE, CAP_OPT_NOAUDIT) != 0) in aa_task_setrlimit()
H A Dtask.c276 ad->error = aa_capable(cred, &tracer->label, CAP_SYS_PTRACE, in profile_tracer_perm()
H A Dpolicy.c774 err = aa_capable(subj_cred, label, cap, CAP_OPT_NONE); in policy_ns_capable()
H A Dlsm.c196 error = aa_capable(cred, label, cap, opts); in apparmor_capable()