23 int ssh_selinux_enabled(
void);
24 void ssh_selinux_setup_pty(
char *,
const char *);
25 void ssh_selinux_setup_exec_context(
char *);
26 void ssh_selinux_change_context(
const char *);
27 void ssh_selinux_setfscreatecon(
const char *);
30 #ifdef LINUX_OOM_ADJUST 31 void oom_adjust_restore(
void);
32 void oom_adjust_setup(
void);