Add user directive for dropping root privileges

This is equivalent to the -u option.
This commit is contained in:
Miroslav Lichvar
2013-04-26 17:35:58 +02:00
parent f2eb6b165a
commit edda0c60b3
4 changed files with 37 additions and 0 deletions

2
conf.h
View File

@@ -92,4 +92,6 @@ extern int CNF_GetLockMemory(void);
extern void CNF_GetTempComp(char **file, double *interval, double *T0, double *k0, double *k1, double *k2);
extern char *CNF_GetUser(void);
#endif /* GOT_CONF_H */