> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xdr-agent/5.0/traps-agent-5.0-for-linux/traps-for-linux-requirements.md).

# Traps for Linux Requirements

The Traps agent for Linux has the following requirements:

| Requirement               | Minimum Specification                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Processor                 | 2.3 GHz                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| RAM                       | 4GB; 8GB recommended                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| Hard disk space           | 10GB                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| Architecture              | x86 64-bit                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| Operating system versions | See Where Can I Install the Cortex XDR Agent? in the Palo Alto Networks Compatibility Matrix.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| Kernel version            | 2.6.32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Software packages         | <ul><li>ca-certificates</li><li>openssl 1.0.0 or a later release</li><li><p>Distributions with SELinux in enforcing or permissive mode:</p><ul><li>Red Hat Enterprise Linux 6, CentOS 6, and Oracle Linux 6—policycoreutils-python</li><li>Red Hat Enterprise Linux 7, CentOS 7, and Oracle Linux 7—policycoreutils-python and selinux-policy-devel</li><li>SUSE—policycoreutils-python and selinux-policy-devel</li><li>Debian and Ubuntu—policycoreutils and selinux-policy-dev</li></ul></li><li><p>CentOS 6.10—Enable the dynamic CA instead of the legacy CA:</p><p>1. Enable the dynamic CA configuration: <strong><code>update-ca-trust force-enable</code></strong></p><p>2. Import the certificates: <strong><code>cp XDR-certificate.crt /etc/pki/ca-trust/source/anchors/</code></strong>.</p><p>3. Rebuild the certificate database: <strong><code>update-ca-trust extract</code></strong></p></li></ul> |
| Networking                | <ul><li>Allow communication on the TCP port from the agent to server (the default is port 443).</li><li>Allow the Cortex XDR management console and agent to communicate with external and internal resources required for enforcing endpoint protection. See the Cortex XDR Administrator Guide for your license type.</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |

#### Traps for Linux Limitations

The following table describes limitations on Linux endpoints.

| Security Product                     | Description                                                                      | Implications and Required Actions                                                                                                                                                                                                             |
| ------------------------------------ | -------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Chrooted and containerized processes | Chrooted and containerized processes collide with the Traps injection mechanism. | Chrooted and containerized processes are not protected by injection-based security modules (ROP Mitigation and Brute Force Protection). All other exploit and malware protection functionality works as expected. No user action is required. |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/cortex-xdr-agent/5.0/traps-agent-5.0-for-linux/traps-for-linux-requirements.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
