For AI agents: A markdown version of this page is available at https://docs.datadoghq.com/security/cloud_security_management/setup/agent/docker.md.
A documentation index is available at /llms.txt.
Runtime package prioritization enriches each vulnerability finding with real-time signals from the running environment. When enabled, the Agent uses eBPF to monitor file access at runtime and records how packages are actually used by running processes.
Each vulnerability finding is enriched with the following signals:
Signal
Description
Package is running
The package files are actively being accessed by running processes.
Accessed by root process
The package is being accessed by a process running as root (UID 0).
SUID binary present
The package contains a binary with the SUID bit set, which can enable privilege escalation.
These signals power vulnerability prioritization in Cloud Security, surfacing findings where vulnerable code is confirmed running in production.
Requirements:
Datadog Agent 7.79.0 or later
Linux only (eBPF dependency)
Note: Use Datadog Agent 7.79.0 or later. Earlier Agent versions enable this feature through Workload Protection and can affect its usage. From 7.79.0, runtime package prioritization runs independently and does not affect its usage.
Add DD_SBOM_ENRICHMENT_USAGE_ENABLED=true to your Docker run command:
Note: DD_SBOM_ENRICHMENT_USAGE_ENABLED=true is in Preview and requires Datadog Agent 7.79.0 or later. From 7.79.0, runtime package prioritization runs independently of Workload Protection and does not affect its usage.
1
2
rulesets:- %!s(<nil>) # Rules to enforce .
Request a personalized demo
Get Started with Datadog
Ask AI
AI-generated responses may be inaccurate. Verify important info.