Home
last modified time | relevance | path

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

/external/selinux/libsemanage/src/
Dgenhomedircon.c621 const char *old_context_str = extract_context(line); in write_contexts() local
622 if (!old_context_str) { in write_contexts()
626 if (strcmp(old_context_str, CONTEXT_NONE) == 0) { in write_contexts()
637 if (sepol_context_from_string(sepolh, old_context_str, in write_contexts()
661 temp = semanage_str_replace(old_context_str, new_context_str, in write_contexts()