Skip to content

Commit

Permalink
add /sys mount back in..?
Browse files Browse the repository at this point in the history
  • Loading branch information
mkst committed Feb 9, 2025
1 parent 6ff02f4 commit ac44564
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/coreapp/sandbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def sandbox_command(self, mounts: List[Path], env: Dict[str, str]) -> List[str]:
"--bindmount_ro", "/lib64",
"--bindmount_ro", "/usr",
"--bindmount_ro", "/proc",
"--bindmount_ro", "/sys",
"--bindmount", f"{self.path}:/var/tmp",
"--bindmount_ro", str(settings.COMPILER_BASE_PATH),
"--bindmount_ro", str(settings.LIBRARY_BASE_PATH),
Expand Down

0 comments on commit ac44564

Please sign in to comment.