Now that https://github.com/denoland/deno/pull/15339 has landed, the --allow-run permission can be restricted (previously it had to be unbounded to terminate the subprocess). It should be possible to identify the actual minimum permissions and update the documentation and associated examples to detail them instead of showing --allow-all/-A.
Now that https://github.com/denoland/deno/pull/15339 has landed, the
--allow-run
permission can be restricted (previously it had to be unbounded to terminate the subprocess). It should be possible to identify the actual minimum permissions and update the documentation and associated examples to detail them instead of showing--allow-all
/-A
.For prior context/discussion, see https://github.com/denoland/deno/issues/3378.