Commit d042154e authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Let jailed glob(3) read ${tmpdir}

parent d55f0f0a
......@@ -407,7 +407,7 @@ start_test(void)
bprintf(tmpdir, "%s/vtc.%d.%08x", tmppath, (int)getpid(),
(unsigned)random());
AZ(mkdir(tmpdir, 0711));
AZ(mkdir(tmpdir, 0755));
tp = VTAILQ_FIRST(&tst_head);
CHECK_OBJ_NOTNULL(tp, TST_MAGIC);
......
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