Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dport-linux.c141 security_context_t old_tty_ctx = NULL; in ssh_selinux_setup_pty() local
152 if (getfilecon(tty, &old_tty_ctx) == -1) { in ssh_selinux_setup_pty()
157 if (security_compute_relabel(user_ctx, old_tty_ctx, in ssh_selinux_setup_pty()
169 if (old_tty_ctx != NULL) in ssh_selinux_setup_pty()
170 freecon(old_tty_ctx); in ssh_selinux_setup_pty()