Open
Description
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
Labels
No labels