Searched refs:aa_capable (Results 1 – 4 of 4) sorted by relevance
41 int aa_capable(struct aa_profile *profile, int cap, int audit);
74 return aa_capable(tracer, CAP_SYS_PTRACE, 1); in aa_may_ptrace()
132 int aa_capable(struct aa_profile *profile, int cap, int audit) in aa_capable() function
139 error = aa_capable(profile, cap, audit); in apparmor_capable()