From ad55f3ce379366e082c60551699936eb226a1ed0 Mon Sep 17 00:00:00 2001 From: NOKIAO <62821977+luojiaaoo@users.noreply.github.com> Date: Wed, 8 Jul 2026 10:21:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BA=A2=E5=B8=BD=E7=B3=BBLi?= =?UTF-8?q?nux=E7=9A=84=E8=AF=81=E4=B9=A6=E8=B7=AF=E5=BE=84=E6=94=AF?= =?UTF-8?q?=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nanobot/agent/tools/sandbox.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nanobot/agent/tools/sandbox.py b/nanobot/agent/tools/sandbox.py index 5800f353..5fd25d66 100644 --- a/nanobot/agent/tools/sandbox.py +++ b/nanobot/agent/tools/sandbox.py @@ -33,6 +33,9 @@ def _bwrap(command: str, workspace: str, cwd: str) -> str: "/lib64", "/etc/alternatives", "/etc/ssl/certs", + "/etc/pki/tls", + "/etc/pki/ca-trust", + "/etc/crypto-policies", "/etc/resolv.conf", "/etc/ld.so.cache", ]