Searched refs:aa_unpack_cap_high (Results 1 – 1 of 1) sorted by relevance
| /linux/security/apparmor/ |
| H A D | policy_unpack.c | 338 static bool aa_unpack_cap_high(struct aa_ext *e, kernel_cap_t *data, const char *name) in aa_unpack_cap_high() function 1259 if (!aa_unpack_cap_high(e, &rules->caps.allow, NULL)) in unpack_profile() 1261 if (!aa_unpack_cap_high(e, &rules->caps.audit, NULL)) in unpack_profile() 1263 if (!aa_unpack_cap_high(e, &rules->caps.quiet, NULL)) in unpack_profile() 1265 if (!aa_unpack_cap_high(e, &tmpcap, NULL)) in unpack_profile() 1276 if (!aa_unpack_cap_high(e, &rules->caps.extended, NULL)) in unpack_profile()
|