Getting a permission denied error when using something like:
unblob -e /tmp/foo --report /tmp/bar/report.json /path/to/file
But it works when I do something like:
unblob -e /tmp/foo --report /tmp/foo/report.json /path/to/file
This:
https://github.com/onekey-sec/unblob/blob/main/python/unblob/sandbox.py#L62
Should be AccessFS.make_dir?