添加红帽系Linux的证书路径支持

This commit is contained in:
NOKIAO 2026-07-08 10:21:54 +08:00 committed by Xubin Ren
parent e284592649
commit ad55f3ce37

View File

@ -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",
]