{
security_context_t context;
if (!ssh_selinux_enabled())
return;
if (path == NULL) {
setfscreatecon(NULL);
}
matchpathcon(path, 0700, &context);
if (matchpathcon(path, 0700, &context) == 0)
setfscreatecon(context);
#endif /* WITH_SELINUX */