diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-09-05 17:52:34 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-09-05 17:52:34 +0200 |
commit | ab374d193f2637489f7d1615d15057c97ec7f5e6 (patch) | |
tree | 7605097eab83d669f909b080a6fba69ca0b63cea /utils.h | |
parent | ec101fbc0f7b5d771638e54d083f2457fa6511c2 (diff) |
nDPIsrvd: Change user/group, allow listening on UNIX socket for incoming distributor connections
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'utils.h')
-rw-r--r-- | utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,4 +7,6 @@ int daemonize_with_pidfile(char const * const pidfile); int daemonize_shutdown(char const * const pidfile); +int change_user_group(char const * const user, char const * const group); + #endif |