Searched refs:unpack_str (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/security/apparmor/ |
D | policy_unpack.c | 351 static int unpack_str(struct aa_ext *e, const char **string, const char *name) in unpack_str() function 377 int res = unpack_str(e, &tmp, name); in unpack_strdup() 605 if (!unpack_str(e, &name, NULL)) in unpack_profile() 625 (void) unpack_str(e, &profile->rename, "rename"); in unpack_profile() 628 (void) unpack_str(e, &profile->attach, "attach"); in unpack_profile() 648 (void) unpack_str(e, &profile->disconnected, "disconnected"); in unpack_profile() 876 if (unpack_str(e, &name, "namespace")) { in verify_header()
|