diff options
author | Michael McVady <femtonaut@gmail.com> | 2022-05-24 15:30:14 -0500 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2022-05-24 15:30:14 -0500 |
commit | bf4de57fec1367550160eb9292cafc36960e9b5f (patch) | |
tree | b69ea14776dcb8bce331b778ad7cd057694a69a5 /conf | |
parent | ac6e3990629c1f20e5c30a0e260e86956087b016 (diff) |
Introduce Docker build-stage
Diffstat (limited to 'conf')
-rw-r--r-- | conf/clog.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/clog.conf b/conf/clog.conf index 23ad8d0..d32865b 100644 --- a/conf/clog.conf +++ b/conf/clog.conf @@ -10,9 +10,9 @@ server notls { workers 4 privsep worker { - runas kore + runas clog - root /var/chroot/kore + root /var/chroot/clog } seccomp_tracing no |