Home
last modified time | relevance | path

Searched refs:aa_unpack_cap_high (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/security/apparmor/
Dpolicy_unpack.c321 static bool aa_unpack_cap_high(struct aa_ext *e, kernel_cap_t *data, const char *name) in aa_unpack_cap_high() function
957 if (!aa_unpack_cap_high(e, &rules->caps.allow, NULL)) in unpack_profile()
959 if (!aa_unpack_cap_high(e, &rules->caps.audit, NULL)) in unpack_profile()
961 if (!aa_unpack_cap_high(e, &rules->caps.quiet, NULL)) in unpack_profile()
963 if (!aa_unpack_cap_high(e, &tmpcap, NULL)) in unpack_profile()
974 if (!aa_unpack_cap_high(e, &rules->caps.extended, NULL)) in unpack_profile()