Expand description
Sandboxing on Linux via namespaces.
Structs§
- A
chroot
jail with a restricted view of the filesystem inside it.
Constants§
Functions§
- Creates a namespace and sets up a chroot jail.
- capset 🔒 ⚠
- Removes fake-superuser capabilities. This removes our ability to mess with the filesystem view we’ve set up.
- Sets up the user and PID namespaces.
- Spawns a child process in a new namespace.