Inspect directory hierarchy, read/write mounts, and snapshot deltas generated during the agent's problem-solving cycle.
| Path | Permissions | Status | Size | Last Agent Action |
|---|
Network Egress Filter Enforced
Packet filter intercepting TCP/UDP connections via eBPF/iptables inside the guest namespace.
- Outbound port 80/443: Filtered by domain allowlist.
- Localhost loopback (127.0.0.1): Unrestricted for local test servers.
- DNS: Routed through internal secure resolver.
Syscall & Privilege Guard Seccomp Strict
Linux namespace isolation preventing kernel exploits and host resource tampering.
- UID: 1000 (sandbox-agent), non-root execution.
- CAP_SYS_ADMIN, CAP_NET_ADMIN: Dropped.
- ptrace and bpf syscalls: Trapped and rejected.
This specification encapsulates your chosen network egress bounds, seccomp profile, and memory constraints for deployment in Gemini Managed Agents or standard container runtimes.