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

Explore integration of bwrap for enhanced protections #142

Open
jmfernandez opened this issue Dec 19, 2024 · 0 comments
Open

Explore integration of bwrap for enhanced protections #142

jmfernandez opened this issue Dec 19, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@jmfernandez
Copy link
Member

Some ill written workflows can go astray, and they could try writing outside the expected sandbox, overwriting some input or writing in some input or workflow directory.

bwrap is a low level command line tool which is used by FlatPak and other tools. It uses both linux cgroups and namespaces to be able to create a sandbox where the running program is constrained.

The ultimate target is that every command run by WfExS-backend is run in their corresponding bubblewrapped sandbox, starting with the workflow engine and container materialisation commands.

@jmfernandez jmfernandez self-assigned this Dec 19, 2024
@jmfernandez jmfernandez added this to the 1.0 milestone Dec 20, 2024
@jmfernandez jmfernandez added the enhancement New feature or request label Dec 20, 2024
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

When branches are created from issues, their pull requests are automatically linked.

1 participant