Skip to content

Commit

Permalink
why ro?
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Nov 13, 2024
1 parent 792bc3c commit 5c89af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwnshop/challenge.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def _create_container(self, image=None):
'sleep 300',
auto_remove=True,
detach=True,
volumes = {"/tmp": {"bind": "/tmp", "mode": "ro"}, self.work_dir : {'bind': self.work_dir, 'mode': 'rw'}}
volumes = {"/tmp": {"bind": "/tmp", "mode": "rw"}, self.work_dir : {'bind': self.work_dir, 'mode': 'rw'}}
)

requirements = [ "gcc", "patchelf" ] + self.APT_DEPENDENCIES
Expand Down

0 comments on commit 5c89af8

Please sign in to comment.