]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: startup: add automatic chroot feature
authorMaxime Henrion <mhenrion@haproxy.com>
Tue, 12 May 2026 14:21:40 +0000 (10:21 -0400)
committerWilly Tarreau <w@1wt.eu>
Wed, 20 May 2026 06:34:24 +0000 (08:34 +0200)
commit641fe4f119597e06a1152b16799a06e950e2f9f3
treec559897042c915e416529fb1ccd81dee6a8e67be
parent2d2980408f86fca612e783b15112a19fd7e8db61
MEDIUM: startup: add automatic chroot feature

It is now possible to use "chroot auto" in the configuration. This lets
haproxy create an anonymous (cleaned up after the process terminates)
and read-only directory for chroot. This directory is created in /tmp;
we might want to support creating it in a different directory in the
future, either by respecting $TMPDIR or by allowing an optional
directory after the "auto" keyword.
doc/configuration.txt
src/haproxy.c