1
0
mirror of https://github.com/falk-werner/webfused synced 2026-03-02 04:09:19 +00:00

switch user and group when started as root

This commit is contained in:
Falk Werner
2020-03-19 12:42:47 +01:00
parent d252fd7411
commit dcc067f258
15 changed files with 369 additions and 7 deletions

View File

@@ -51,6 +51,7 @@ target_compile_options(userdb PUBLIC ${OPENSSL_CFLAGS_OTHER})
add_library(webfused-static STATIC
src/webfused/daemon.c
src/webfused/mountpoint_factory.c
src/webfused/change_user.c
src/webfused/config/config.c
src/webfused/config/factory.c
src/webfused/config/builder.c