Expand description
seccomp-bpf
support on recent Linux kernels.
This works in tandem with namespace
in order to implement sandbox profiles. It is generally
the weaker of the two approaches, because BPF is limited, but it’s useful for reducing kernel
attack surface area and implementing coarse-grained policies.
Structs§
Constants§
- ABS 🔒
- ARCH_NR 🔒The architecture number for x86-64.
- The architecture number for ARM 64-bit.
- The architecture number for ARM.
- The architecture number for ppc.
- The architecture number for ppc64.
- The architecture number for ppc64le.
- The architecture number for x86.
- The architecture number for x86-64.
- EM_386 🔒
- EM_ARM 🔒
- EM_PPC 🔒
- EM_
PPC64 🔒 - JEQ 🔒
- JMP 🔒
- JSET 🔒
- K 🔒
- LD 🔒
- RET 🔒
- W 🔒
- A flag set in the architecture number for all 64-bit architectures.
- A flag set in the architecture number for all little-endian architectures.
Statics§
- Syscalls that are always allowed.