disable service chroots until I understand the problems properly

This commit is contained in:
Sebastian Hugentobler 2023-02-16 22:15:08 +01:00
parent 87adbb9b0c
commit 5724cc82eb
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
2 changed files with 14 additions and 1 deletions

View file

@ -21,3 +21,16 @@ service auth {
service auth-worker {
}
service anvil {
chroot =
}
service imap-login {
chroot =
}
service pop3-login {
chroot =
}
service ipc {
chroot =
}