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

Dependency binaries in sandbox #19

Closed
erikreinert opened this issue Jun 8, 2024 · 1 comment
Closed

Dependency binaries in sandbox #19

erikreinert opened this issue Jun 8, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@erikreinert
Copy link
Member

erikreinert commented Jun 8, 2024

Overview

We need a set of core binaries that exist in every package sandbox to build on top of.

These are things like:

  • cp
  • ls
  • cat
  • gcc

We can additionally add other tools if we like (ie. just). We will not focus on the security of the sandbox however, just focus on populating the PATH properly per sandbox.

@erikreinert erikreinert added the enhancement New feature or request label Jun 8, 2024
@erikreinert erikreinert self-assigned this Jun 8, 2024
@erikreinert
Copy link
Member Author

This has been solved for macos and will handled with linux using packages.

Solved by #34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant