Searched refs:new_tty_ctx (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dport-linux.c141 security_context_t new_tty_ctx = NULL; local
160 SECCLASS_CHR_FILE, &new_tty_ctx) != 0) {
166 if (setfilecon(tty, new_tty_ctx) != 0)
169 if (new_tty_ctx != NULL)
170 freecon(new_tty_ctx);

Completed in 40 milliseconds