|
|
|
|
|
by veidr
1148 days ago
|
|
I know that's your point, but I don't understand why you think that. Even with your own theoretical additions to what the programs above need, none of the programs above actually need "all" access enabled. And even when you do need to allow environment variables, subprocesses, and filesystem access, you can specify which ones. E.g. this program can read this specific package.json file and no other files. Or these three specific environment variables, and no others. Which is still significantly different than "all". |
|