diff options
| author | Roy Marples <roy@marples.name> | 2020-04-30 21:13:45 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-04-30 21:13:45 +0100 |
| commit | 949d0f9aee6aefa461c949262202af12fa8143cf (patch) | |
| tree | a5b0bd6b799e59714196e5774b67f239c7162b86 /configure | |
| parent | 257dae21343e899ad2667aac9b981fa427b7541b (diff) | |
| download | dhcpcd-949d0f9aee6aefa461c949262202af12fa8143cf.tar.xz | |
privsep: Add --chroot configurable
Overrides the directory to chroot to away from the privilege separation
users home directory.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -578,6 +578,7 @@ if [ "$PRIVSEP" = yes ]; then fi echo "CPPFLAGS+= -DPRIVSEP" >>$CONFIG_MK + echo "PRIVSEP_USER?= $PRIVSEP_USER" >>$CONFIG_MK echo "#ifndef PRIVSEP_USER" >>$CONFIG_H echo "#define PRIVSEP_USER \"$PRIVSEP_USER\"" >>$CONFIG_H echo "#endif" >>$CONFIG_H |
