kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 12909b98bbb2c120d547949163f810a302fedff9
parent 61c06291b62ce238a332a651b26cfca9f531f20d
Author: Joris Vink <joris@coders.se>
Date:   Mon, 10 May 2021 10:32:54 +0200

be explicit

Diffstat:
src/config.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/config.c b/src/config.c @@ -1868,6 +1868,8 @@ configure_deployment(char *value) { if (!strcmp(value, "docker")) { kore_foreground = 1; + skip_runas = 0; + skip_chroot = 0; } else if (!strcmp(value, "dev") || !strcmp(value, "development")) { kore_foreground = 1; skip_runas = 1;