Home
last modified time | relevance | path

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

/src/crypto/openssh/openbsd-compat/
H A Dport-linux.c54 ssh_selinux_enabled(void) in ssh_selinux_enabled() function
118 if (!ssh_selinux_enabled()) in ssh_selinux_setup_exec_context()
150 if (!ssh_selinux_enabled()) in ssh_selinux_setup_pty()
192 if (!ssh_selinux_enabled()) in ssh_selinux_change_context()
232 if (!ssh_selinux_enabled()) in ssh_selinux_setfscreatecon()
H A Dport-linux.h21 int ssh_selinux_enabled(void);
/src/crypto/openssh/
H A Dplatform.c58 (void)ssh_selinux_enabled(); in platform_setusercontext()