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

/sssd/src/tools/
H A Dselinux.c46 security_context_t scontext = NULL; local
50 if (matchpathcon(dst_name, 0, &scontext) < 0) {
56 if (setfscreatecon(scontext) < 0) {
61 freecon(scontext);

Completed in 14 milliseconds