mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-04 08:28:36 +00:00
narrower cert path
This commit is contained in:
parent
ad55f3ce37
commit
87602a74ea
@ -33,7 +33,7 @@ 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/tls/certs",
|
||||||
"/etc/pki/ca-trust",
|
"/etc/pki/ca-trust",
|
||||||
"/etc/crypto-policies",
|
"/etc/crypto-policies",
|
||||||
"/etc/resolv.conf",
|
"/etc/resolv.conf",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user