diff options
author | Matt Johnston <matt@ucc.asn.au> | 2018-02-26 21:17:13 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-02-26 21:17:13 +0800 |
commit | 36ccfd21e71ecbf7c5441194b8d38bfe1ffe61a6 (patch) | |
tree | cb2581b24dc3b26595b73719eb8e6a0f08672e73 /runopts.h | |
parent | 44c323872a4f090742c6223bfc92c197e5bc513f (diff) |
Fix restricted group code for BSDs, move to separate function
Diffstat (limited to 'runopts.h')
-rw-r--r-- | runopts.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |