Lines Matching full:capability
5 * This file contains AppArmor capability mediation functions
11 #include <linux/capability.h>
18 #include "include/capability.h"
24 * Table of capability names: we generate it from capabilities.h.
42 * audit_cb - call back for capability components of audit struct
55 * audit_caps - audit a capability
58 * @cap: capability tested
61 * Do auditing of capability and handle, audit/complain/kill modes switching
96 /* If the capability was never raised the timestamp check would also catch that */ in audit_caps()
113 * profile_capable - test if profile allows use of capability @cap
115 * @cap: capability to test if allowed
147 * aa_capable - test permission to use capability
148 * @subj_cred: cred we are testing capability against
149 * @label: label being tested for capability (NOT NULL)
150 * @cap: capability to be tested
153 * Look up capability in profile capability set.