← all tools
◆ AI/LLM Security
vArmor
v0.10.4 open-sourcevArmor is a cloud-native container hardening system that leverages AppArmor/BPF/Seccomp and NetworkProxy technologies to enforce access control from system calls to application protocols — protecting workloads including AI Agents.
Summary
vArmor is a cloud-native container hardening system that leverages AppArmor/BPF/Seccomp and NetworkProxy technologies to enforce access control from system calls to application protocols — protecting workloads including AI Agents.
Release history
- v0.10.4
vArmor v0.10.4 adds egress audit-log persistence for Kata/micro-VMs, iptables backend auto-detection, and cluster-wide default sidecar resources via ConfigMap.
└──▷ GET THIS VERSION$ git clone --branch v0.10.4 https://github.com/bytedance/vArmor.git # already have the repo? check out this version: $ git checkout v0.10.4
- ›Adds cluster-wide default sidecar resources via the
varmor-configConfigMap, with independentnonMitm/mitmresource tiers — hot-reloadable without restart. - ›Adds egress audit-log persistence for Kata/micro-VM runtimes (Kata, VCI, ECI) via an in-sidecar ALS sink, with micro-VM detection driven by the
varmor-configConfigMap. - ›Adds iptables backend auto-detection (legacy/nft) in
proxy-init, aborting withCONFLICTinstead of silently blackholing traffic when backends conflict. - ›Enhances
policy-advisorto detect shell usage by file extension (e.g..sh).
└──▷ BREAKING ON UPGRADE- !Requires
proxyinit:v0.2or newer for iptables backend auto-adaptation; older proxy-init images will not support the new backend detection.
- ›Adds cluster-wide default sidecar resources via the