summaryrefslogtreecommitdiffhomepage
path: root/runopts.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2018-02-26 21:17:13 +0800
committerMatt Johnston <matt@ucc.asn.au>2018-02-26 21:17:13 +0800
commit36ccfd21e71ecbf7c5441194b8d38bfe1ffe61a6 (patch)
treecb2581b24dc3b26595b73719eb8e6a0f08672e73 /runopts.h
parent44c323872a4f090742c6223bfc92c197e5bc513f (diff)
Fix restricted group code for BSDs, move to separate function
Diffstat (limited to 'runopts.h')
-rw-r--r--runopts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/runopts.h b/runopts.h
index a3f46d2..67d5c48 100644
--- a/runopts.h
+++ b/runopts.h
@@ -92,8 +92,8 @@ typedef struct svr_runopts {
#endif
int norootlogin;
- char *grouploginname;
- gid_t *grouploginid;
+ char *restrict_group;
+ gid_t restrict_group_gid;
int noauthpass;
int norootpass;