Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
Dselinux-util.c256 _cleanup_context_free_ context_t pcon = NULL, bcon = NULL; in mac_selinux_get_child_mls_label() local
283 bcon = context_new(mycon); in mac_selinux_get_child_mls_label()
284 if (!bcon) in mac_selinux_get_child_mls_label()
295 r = context_range_set(bcon, range); in mac_selinux_get_child_mls_label()
300 mycon = strdup(context_str(bcon)); in mac_selinux_get_child_mls_label()