Skip to main content
Subtrace requires the SYS_PTRACE Linux capability in order to work correctly. Expand the environment you’re using to find the exact change to make.
If you’re using Subtrace in a Docker container via docker run, add --cap-add=SYS_PTRACE when starting your container. For example:
Add cap_add: [SYS_PTRACE] to your service in compose.yaml:
Add the capability in the container securityContext:
The ECS console UI does not expose linuxParameters.capabilities. Create a new task definition revision and edit the JSON to include SYS_PTRACE:
Open JSON editorHighlighted JSON changes
Add the linuxCapabilities section to your flightcontrol.json: