Searched defs:label_hnd (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dselinux-util.c51 static struct selabel_handle *label_hnd = NULL; variable in typeref:struct:selabel_handle
93 if (label_hnd)
104 label_hnd = selabel_open(SELABEL_CTX_FILE, options, ELEMENTSOF(options));
106 label_hnd = selabel_open(SELABEL_CTX_FILE, NULL, 0);
108 if (!label_hnd) {
132 if (!label_hnd)
135 selabel_close(label_hnd);
136 label_hnd = NULL;
149 if (!label_hnd)
156 r = selabel_lookup_raw(label_hnd,
[all...]

Completed in 11 milliseconds