Mercurial > dropbear
diff runopts.h @ 1551:1acbdf64088e
add guard HAVE_GETGROUPLIST
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 27 Feb 2018 21:49:10 +0800 |
parents | 6a83b1944432 |
children | 61a793b6e471 |
line wrap: on
line diff
--- a/runopts.h Tue Feb 27 21:41:56 2018 +0800 +++ b/runopts.h Tue Feb 27 21:49:10 2018 +0800 @@ -92,8 +92,14 @@ #endif int norootlogin; + +#ifdef HAVE_GETGROUPLIST + /* restrict_group is the group name if group restriction was enabled, + NULL otherwise */ char *restrict_group; + /* restrict_group_gid is only valid if restrict_group is set */ gid_t restrict_group_gid; +#endif int noauthpass; int norootpass;