Home
last modified time | relevance | path

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

/Linux-v5.4/security/apparmor/
Dpolicy_unpack.c390 static int unpack_str(struct aa_ext *e, const char **string, const char *name) in unpack_str() function
417 int res = unpack_str(e, &tmp, name); in unpack_strdup()
689 if (!unpack_str(e, &name, NULL)) in unpack_profile()
709 (void) unpack_str(e, &profile->rename, "rename"); in unpack_profile()
712 (void) unpack_str(e, &profile->attach, "attach"); in unpack_profile()
732 (void) unpack_str(e, &profile->disconnected, "disconnected"); in unpack_profile()
965 if (unpack_str(e, &name, "namespace")) { in verify_header()