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

/external/openssh/openbsd-compat/
H A Dport-linux.c142 security_context_t new_tty_ctx = NULL; local
161 SECCLASS_CHR_FILE, &new_tty_ctx) != 0) {
167 if (setfilecon(tty, new_tty_ctx) != 0)
170 if (new_tty_ctx != NULL)
171 freecon(new_tty_ctx);

Completed in 47 milliseconds