Sandboxing Soldatserver with Bubblewrap and Seccomp
Today we'll talk about sandboxing. In particular, about sandboxing soldatserver
, the dedicated server for the game Soldat. It's a quite old and not especially hardened code base, thus seemed like a good candidate to try to sandbox. We'll sandbox it using Linux namespaces and a simple seccomp filter.
This article …