| ▲ | tomComb a day ago | |||||||
You are running a binary that you got from the developer. If it presented you with Deno permissions, I think that would be misleading because there’s no guarantee of their integrity. | ||||||||
| ▲ | sheept a day ago | parent | next [-] | |||||||
That is true. I wonder if it could be possible to let the user supply and wrap the app around their own, trusted installation of Deno (rather than the one bundled in the app) to specify permissions. | ||||||||
| ||||||||
| ▲ | hdjrudni 19 hours ago | parent | prev [-] | |||||||
Then do `deno ./my_downloaded_deno_gui` instead. If you trust the copy of deno you downloaded, then hopefully it can be trusted to verify the permissions of random downloaded deno-apps. Yes, it kind of defeats the standalone binary aspect but if you're really concerned about security, maybe it's a happy medium. | ||||||||