Home
last modified time | relevance | path

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

/coreutils/src/
Dinstall.c307 static struct selabel_handle *hnd; in get_labeling_handle() local
311 hnd = selabel_open (SELABEL_CTX_FILE, nullptr, 0); in get_labeling_handle()
312 if (!hnd) in get_labeling_handle()
315 return hnd; in get_labeling_handle()
336 struct selabel_handle *hnd = get_labeling_handle (); in setdefaultfilecon() local
337 if (!hnd) in setdefaultfilecon()
339 if (selabel_lookup (hnd, &scontext, file, st.st_mode) != 0) in setdefaultfilecon()