]> andersk Git - openssh.git/blobdiff - openbsd-compat/port-linux.h
- (dtucker) [defines.h] Remove now-undeeded PRIu64 define.
[openssh.git] / openbsd-compat / port-linux.h
index ccb42dfc0e2f4c5d8df48bba231737f83e9b49f4..7e087c7521519450db225fbc4c2d8e82c82dc137 100644 (file)
 #define _PORT_LINUX_H
 
 #ifdef WITH_SELINUX
+int ssh_selinux_enabled(void);
 void ssh_selinux_setup_pty(char *, const char *);
 void ssh_selinux_setup_exec_context(char *);
+void ssh_selinux_change_context(const char *);
+#endif
+
+#ifdef LINUX_OOM_ADJUST
+void oom_adjust_restore(void);
+void oom_adjust_setup(void);
 #endif
 
 #endif /* ! _PORT_LINUX_H */
This page took 0.035109 seconds and 4 git commands to generate.