Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overrides in os #76

Open
insertinterestingnamehere opened this issue May 11, 2021 · 0 comments
Open

Overrides in os #76

insertinterestingnamehere opened this issue May 11, 2021 · 0 comments
Labels
enhancement New feature or request VECs Related to Virtual Execution Contexts

Comments

@insertinterestingnamehere
Copy link
Member

Currently Python modules isolated in VECs can potentially see things that we don't intend by simply using the Python-level os module. We should extend our overrides to cover those interfaces. Off the top of my head I'm not sure if this should be done at the libparla_supervisor level or by patching in new functions into Python's os module at runtime when we set up our import override.

@insertinterestingnamehere insertinterestingnamehere added enhancement New feature or request VECs Related to Virtual Execution Contexts labels May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request VECs Related to Virtual Execution Contexts
Projects
None yet
Development

No branches or pull requests

1 participant