Is there a way to show permissions used on start up during runtime?
For example: If I was to run an App with
permissions: --allow-net=${hostname}:${port}
is there a way to console log this during runtime?3 Replies
you can read the shell history file and parse it and print it, in the worst case
i believe if you enable debug log-level, it will print the permissions used
Does this work? https://deno.land/api@v1.36.0?s=Deno.Permissions