Home
last modified time | relevance | path

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

/linux-6.12.1/security/apparmor/
Dpolicy_unpack.c311 static bool aa_unpack_cap_low(struct aa_ext *e, kernel_cap_t *data, const char *name) in aa_unpack_cap_low() function
945 if (!aa_unpack_cap_low(e, &rules->caps.allow, NULL)) in unpack_profile()
947 if (!aa_unpack_cap_low(e, &rules->caps.audit, NULL)) in unpack_profile()
949 if (!aa_unpack_cap_low(e, &rules->caps.quiet, NULL)) in unpack_profile()
951 if (!aa_unpack_cap_low(e, &tmpcap, NULL)) in unpack_profile()
972 if (!aa_unpack_cap_low(e, &rules->caps.extended, NULL)) in unpack_profile()