|
|
|
|
|
by pacoverdi
2210 days ago
|
|
I assume that permissions are given at application level, not at module/import level? This means that if I write an application that requires filesystem access and has external dependencies, I'm essentially giving them access to the filesystem even if they don't need it. These dependencies could silently check whether they have permissions and do something fishy only if that is the case. It would be nice to be able to import dependencies in a nested sandbox but I guess it is not a simple problem. |
|