Home
last modified time | relevance | path

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

/linux-4.4.14/security/apparmor/
Dpolicy_unpack.c252 static int unpack_str(struct aa_ext *e, const char **string, const char *name) in unpack_str() function
278 int res = unpack_str(e, &tmp, name); in unpack_strdup()
486 if (!unpack_str(e, &name, NULL)) in unpack_profile()
494 (void) unpack_str(e, &profile->rename, "rename"); in unpack_profile()
497 (void) unpack_str(e, &profile->attach, "attach"); in unpack_profile()
664 if (unpack_str(e, &name, "namespace")) { in verify_header()