Deno.makeTempDir() seem to either using --allow-write (writing to any file/dir path), or explicitly creating and maintaining a root temp folder and update all Deno.makeTempDir calls with a { dir: $MY_ROOT_TEMP_DIR } option.--allow-write=DENO_TEMP_ROOT, where DENO_TEMP_ROOT would be set via a deno call.