mirror of
https://github.com/decompme/decomp.me.git
synced 2026-02-21 13:59:25 -06:00
mount /lib32 in the sandbox
This commit is contained in:
@@ -52,6 +52,7 @@ class Sandbox(contextlib.AbstractContextManager["Sandbox"]):
|
||||
"--bindmount", f"{self.path}:/tmp",
|
||||
"--bindmount_ro", "/bin",
|
||||
"--bindmount_ro", "/lib",
|
||||
"--bindmount_ro", "/lib32",
|
||||
"--bindmount_ro", "/lib64",
|
||||
"--bindmount_ro", "/usr",
|
||||
"--env", "PATH=/usr/bin:/bin",
|
||||
|
||||
Reference in New Issue
Block a user