craigmulligan / sandy

A tiny "sandbox" to run untrusted code 🏖️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seccomp rewrite

craigmulligan opened this issue · comments

Looks like seccomp supports user-space notifications which you can intercept the system call and return a response without the toctou attacks. But will need to patch golang-seccomp and make sure people have the newer seccomp lib installed.