Searched refs:aa_unpack_cap_high (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/security/apparmor/ |
D | policy_unpack.c | 321 static bool aa_unpack_cap_high(struct aa_ext *e, kernel_cap_t *data, const char *name) in aa_unpack_cap_high() function 942 if (!aa_unpack_cap_high(e, &rules->caps.allow, NULL)) in unpack_profile() 944 if (!aa_unpack_cap_high(e, &rules->caps.audit, NULL)) in unpack_profile() 946 if (!aa_unpack_cap_high(e, &rules->caps.quiet, NULL)) in unpack_profile() 948 if (!aa_unpack_cap_high(e, &tmpcap, NULL)) in unpack_profile() 959 if (!aa_unpack_cap_high(e, &rules->caps.extended, NULL)) in unpack_profile()
|