Searched refs:aa_unpack_cap_low (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/security/apparmor/ |
| D | policy_unpack.c | 310 static bool aa_unpack_cap_low(struct aa_ext *e, kernel_cap_t *data, const char *name) in aa_unpack_cap_low() function 925 if (!aa_unpack_cap_low(e, &rules->caps.allow, NULL)) in unpack_profile() 927 if (!aa_unpack_cap_low(e, &rules->caps.audit, NULL)) in unpack_profile() 929 if (!aa_unpack_cap_low(e, &rules->caps.quiet, NULL)) in unpack_profile() 931 if (!aa_unpack_cap_low(e, &tmpcap, NULL)) in unpack_profile() 952 if (!aa_unpack_cap_low(e, &rules->caps.extended, NULL)) in unpack_profile()
|