Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/openbsd-compat/
H A Dport-linux.c230 struct selabel_handle *shandle = NULL; in ssh_selinux_setfscreatecon() local
238 if ((shandle = selabel_open(SELABEL_CTX_FILE, NULL, 0)) == NULL) { in ssh_selinux_setfscreatecon()
242 if (selabel_lookup(shandle, &context, path, 0700) == 0) in ssh_selinux_setfscreatecon()
244 selabel_close(shandle); in ssh_selinux_setfscreatecon()