kpcyrd / boxxy-rs

Linkable sandbox explorer
https://docs.rs/boxxy/
GNU Lesser General Public License v3.0
78 stars 7 forks source link

Utilize memfd_create #24

Open kpcyrd opened 6 years ago

kpcyrd commented 6 years ago

https://magisterquis.github.io/2018/03/31/in-memory-only-elf-execution.html

lucab commented 6 years ago

Just a very quick note that outside of this context I also have some interest in memfd features, especially for the sealing part. I may eventually write a very small library for this, I have it on my list since some time.

lucab commented 6 years ago

I had a brief look at it, and the implementation turned out to be quite quick: https://docs.rs/memfd. Feedback on API and bug reporting is welcome. I plan to add some examples and doc-polishing before proceeding to a 0.1.0.