Permissions
===Unless you specifically enable it, a program run with Deno has no file, network, or environment access.===
The above command gives only read access to the file system. It cannot write to the file system, or perform any other security sensitive functions
There are officially lot of permissions that you can set or give. Go to official docs for more information about usage and more.
Additionally you can also restrict permissions for file system and network and environment
Windows users: Environment variables are case insensitive on windows, so Deno also matches them case insensitively
These are the permission list that as a developer that you can control your script
File System Access
Network Access
Environment Variables
Subprocess Permissions
[[Connecting to Database|Database Connections]]
Last updated