Skip to content

Handle file descriptor access control #4

Open
@l0kod

Description

@l0kod

A sandbox would greatly benefit from being able to only use a set of file descriptors/handles instead of accessing an explicit path, with seccom-bpf (e.g. write(2), fstat(2)…) and maybe later with capsicum (e.g. openat(2)).

This could also allow efficient data sharing (i.e. memfd_create(2)/seal/mmap).

cc rust-lang/rust#21936
cc rust-lang/rfcs#941
cc #2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions