Lines Matching full:capability
5 * This file contains AppArmor capability mediation functions
11 #include <linux/capability.h>
17 #include "include/capability.h"
23 * Table of capability names: we generate it from capabilities.h.
40 * audit_cb - call back for capability components of audit struct
53 * audit_caps - audit a capability
56 * @cap: capability tested
59 * Do auditing of capability and handle, audit/complain/kill modes switching
110 * profile_capable - test if profile allows use of capability @cap
112 * @cap: capability to test if allowed
144 * aa_capable - test permission to use capability
145 * @subj_cread: cred we are testing capability against
146 * @label: label being tested for capability (NOT NULL)
147 * @cap: capability to be tested
150 * Look up capability in profile capability set.