Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/openbsd-compat/
HDport-linux.c47 ssh_selinux_enabled(void) in ssh_selinux_enabled() function
112 if (!ssh_selinux_enabled()) in ssh_selinux_setup_exec_context()
145 if (!ssh_selinux_enabled()) in ssh_selinux_setup_pty()
185 if (!ssh_selinux_enabled()) in ssh_selinux_change_context()
227 if (!ssh_selinux_enabled()) in ssh_selinux_setfscreatecon()
HDport-linux.h23 int ssh_selinux_enabled(void);
/NextBSD/crypto/openssh/
HDplatform.c105 (void)ssh_selinux_enabled(); in platform_setusercontext()