Expand description
Sandboxing on Linux via namespaces.
Structsยง
- Chroot
Jail ๐Achroot
jail with a restricted view of the filesystem inside it.
Constantsยง
Functionsยง
- Creates a namespace and sets up a chroot jail.
- capset ๐ โ
- drop_
capabilities ๐Removes fake-superuser capabilities. This removes our ability to mess with the filesystem view weโve set up. - prepare_
user_ ๐ โand_ pid_ namespaces Sets up the user and PID namespaces. - Spawns a child process in a new namespace.
Type Aliasesยง
- cap_
user_ ๐header_ t