| Where Can I Use This? | What Do I Need? |
|
|
- Arch Linux ARM (aarch64) endpoints
- Linux kernel 5.11 or later
- Prisma Agent 26.3
|
Before installing Prisma Agent 26.3 on Arch Linux ARM (aarch64), verify
that your kernel includes BTF (BPF Type Format) support required for container
traffic enforcement, and recompile if needed. The stock Arch Linux ARM kernel ships
with CONFIG_DEBUG_INFO_NONE=y, which means no BTF symbols are
embedded in the kernel binary. Without BTF, the eBPF enforcement that Prisma Agent uses for container traffic policies on Linux cannot run.
If your kernel lacks BTF support, you must recompile it with
CONFIG_DEBUG_INFO_BTF=y and
CONFIG_DEBUG_INFO_DWARF5=y enabled (approximately 30–60 minutes
on the device).