diff default_options.h @ 1641:a2bbc22ea1e6 coverity

merge coverity
author Matt Johnston <matt@ucc.asn.au>
date Thu, 21 Mar 2019 00:14:38 +0800
parents 7f2be495dff6 aabde6f57fce
children d529a52b2f7c
line wrap: on
line diff
--- a/default_options.h	Wed Mar 21 00:52:02 2018 +0800
+++ b/default_options.h	Thu Mar 21 00:14:38 2019 +0800
@@ -196,6 +196,11 @@
  * authorized_keys file into account */
 #define DROPBEAR_SVR_PUBKEY_OPTIONS 1
 
+/* Set this to 0 if your system does not have multiple user support.
+   (Linux kernel CONFIG_MULTIUSER option)
+   The resulting binary will not run on a normal system. */
+#define DROPBEAR_SVR_MULTIUSER 1
+
 /* Client authentication options */
 #define DROPBEAR_CLI_PASSWORD_AUTH 1
 #define DROPBEAR_CLI_PUBKEY_AUTH 1