You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).