Expand description
Sandboxing on Linux via namespaces.
Structsยง
- ChrootJail ๐A
chroot
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 ๐