Commit 1041a3db authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Attempt to make the tmp dir owned by 'varnish' for priv-sep

parent cf17fc16
......@@ -36,6 +36,9 @@ export MAKEFLAGS="${MAKEFLAGS:--j2}"
export TMPDIR=`pwd`/tmp
mkdir -p tmp
# Try to make varnish own it, in case we run as root
chown varnish tmp > /dev/null 2>&1 || true
# Message to be shown in result pages
# Max 10 char of [A-Za-z0-9/. _-]
MESSAGE="${MESSAGE:-}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment