diff options
author | Michael McVady <femtonaut@gmail.com> | 2023-01-04 18:21:23 -0600 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2023-01-04 18:26:26 -0600 |
commit | 16aad4026e45a07817a29af80aa1c507bc36e66c (patch) | |
tree | 28c0ea11486556ac7da7c8c8639f036bf2ac64d8 /conf/clog.conf | |
parent | 223c5762f9cd5bb1e9d77ec21d927847600a6a0b (diff) |
Fix DNS in chroot env
Diffstat (limited to 'conf/clog.conf')
-rw-r--r-- | conf/clog.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/clog.conf b/conf/clog.conf index 953af9f..35440fe 100644 --- a/conf/clog.conf +++ b/conf/clog.conf @@ -11,6 +11,8 @@ privsep worker { runas clog root /var/chroot/clog + + # skip chroot } seccomp_tracing no |