Skip to content

Commit

Permalink
base_executor: fix get_security
Browse files Browse the repository at this point in the history
  • Loading branch information
hieplpvip committed Jan 2, 2025
1 parent 5665c4e commit 818dc98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dmoj/executors/base_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ def _add_syscalls(self, sec: IsolateTracer, handlers: List[Union[str, Tuple[str,
return sec

def get_security(self, launch_kwargs=None, extra_fs=None) -> IsolateTracer:
launch_kwargs = {} if launch_kwargs is None else launch_kwargs
read_fs = self.get_fs()
if extra_fs:
read_fs += extra_fs
Expand Down

0 comments on commit 818dc98

Please sign in to comment.