Files
docker-cli/components/engine/daemon
Justin Cormack c726c9026e Block additional ptrace related syscalls in default seccomp profile
Block kcmp, procees_vm_readv, process_vm_writev.
All these require CAP_PTRACE, and are only used for ptrace related
actions, so are not useful as we block ptrace.

Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
Upstream-commit: a0a8ca0ae0bc9dc7faa0b8bacf4ca376c7257348
Component: engine
2015-12-29 18:17:28 +00:00
..
2015-12-16 11:58:52 -08:00
2015-12-13 18:04:12 +02:00
2015-08-27 22:07:42 -07:00
2015-12-16 11:58:52 -08:00
2015-12-03 17:39:49 +01:00
2015-12-22 13:31:46 -05:00
2015-12-22 13:31:46 -05:00
2015-12-22 13:31:46 -05:00
2015-12-03 17:39:49 +01:00
2015-12-16 11:58:52 -08:00
2015-12-13 18:04:12 +02:00
2015-12-03 17:39:49 +01:00
2015-12-28 19:19:26 +08:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver