Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed May 8, 2024
1 parent fec50f6 commit 0d20d1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions util.py
Original file line number Diff line number Diff line change
Expand Up @@ -897,8 +897,6 @@ def run_in_sandbox(cmd: list[str], env: dict[str, str]=None) -> int:
).returncode

# Mount the root filesystem read-only except for the home directory
# The home directory will be invisible except the path to the WINE prefix,
# Proton, the game and winetricks cache directory
for path in Path("/").glob("*"):
if path.name != "home":
posix_path = path.as_posix()
Expand Down

0 comments on commit 0d20d1b

Please sign in to comment.