Searched refs:aa_unpack_cap_high (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/security/apparmor/ |
| D | policy_unpack.c | 320 static bool aa_unpack_cap_high(struct aa_ext *e, kernel_cap_t *data, const char *name) in aa_unpack_cap_high() function 937 if (!aa_unpack_cap_high(e, &rules->caps.allow, NULL)) in unpack_profile() 939 if (!aa_unpack_cap_high(e, &rules->caps.audit, NULL)) in unpack_profile() 941 if (!aa_unpack_cap_high(e, &rules->caps.quiet, NULL)) in unpack_profile() 943 if (!aa_unpack_cap_high(e, &tmpcap, NULL)) in unpack_profile() 954 if (!aa_unpack_cap_high(e, &rules->caps.extended, NULL)) in unpack_profile()
|