Searched refs:aa_unpack_cap_low (Results 1 – 1 of 1) sorted by relevance
| /linux/security/apparmor/ |
| H A D | policy_unpack.c | 328 static bool aa_unpack_cap_low(struct aa_ext *e, kernel_cap_t *data, const char *name) in aa_unpack_cap_low() function 1247 if (!aa_unpack_cap_low(e, &rules->caps.allow, NULL)) in unpack_profile() 1249 if (!aa_unpack_cap_low(e, &rules->caps.audit, NULL)) in unpack_profile() 1251 if (!aa_unpack_cap_low(e, &rules->caps.quiet, NULL)) in unpack_profile() 1253 if (!aa_unpack_cap_low(e, &tmpcap, NULL)) in unpack_profile() 1274 if (!aa_unpack_cap_low(e, &rules->caps.extended, NULL)) in unpack_profile()
|