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

/external/openssh/openbsd-compat/
H A Dport-linux.c144 security_context_t old_tty_ctx = NULL; local
155 if (getfilecon(tty, &old_tty_ctx) == -1) {
160 if (security_compute_relabel(user_ctx, old_tty_ctx,
172 if (old_tty_ctx != NULL)
173 freecon(old_tty_ctx);

Completed in 35 milliseconds