diff runopts.h @ 1537:6a83b1944432

Fix restricted group code for BSDs, move to separate function
author Matt Johnston <matt@ucc.asn.au>
date Mon, 26 Feb 2018 21:17:13 +0800
parents ed930fd6f60f
children bb8eaa26bc93 1acbdf64088e
line wrap: on
line diff
--- a/runopts.h	Thu Feb 22 23:07:13 2018 +0800
+++ b/runopts.h	Mon Feb 26 21:17:13 2018 +0800
@@ -92,8 +92,8 @@
 #endif
 
 	int norootlogin;
-        char *grouploginname;
-        gid_t *grouploginid;
+	char *restrict_group;
+	gid_t restrict_group_gid;
 
 	int noauthpass;
 	int norootpass;