mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-04 16:38:49 +00:00
添加红帽系Linux的证书路径支持
This commit is contained in:
parent
e284592649
commit
ad55f3ce37
@ -33,6 +33,9 @@ def _bwrap(command: str, workspace: str, cwd: str) -> str:
|
|||||||
"/lib64",
|
"/lib64",
|
||||||
"/etc/alternatives",
|
"/etc/alternatives",
|
||||||
"/etc/ssl/certs",
|
"/etc/ssl/certs",
|
||||||
|
"/etc/pki/tls",
|
||||||
|
"/etc/pki/ca-trust",
|
||||||
|
"/etc/crypto-policies",
|
||||||
"/etc/resolv.conf",
|
"/etc/resolv.conf",
|
||||||
"/etc/ld.so.cache",
|
"/etc/ld.so.cache",
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user