Skip to content

rumur-run: avoid using file system if possible #154

@Smattr

Description

@Smattr

Sometimes you have no access to the file system (nothing mounted, you're chrooted, ro mounts, ...). It would be nice if rumur-run still worked in such cases. This looks achievable on Linux using memfd_create and fexecve. I don't know how we can achieve this on other platforms, but Linux may be the only one where this situation regularly arises.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions