Skip to content

Commit 1c90e90

Browse files
authored
Remove hack that mounted /dev/shm with exec, dosemu2 no longer needs it (#1334)
1 parent cb6eff6 commit 1c90e90

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ jobs:
182182
-v $(pwd)/local_files:/local_files \
183183
-v $(pwd)/compilers:/compilers \
184184
-v $(pwd)/libraries:/libraries \
185-
--tmpfs /dev/shm:exec,uid=1000,gid=1000,size=64M,mode=0700 \
186185
--security-opt apparmor=unconfined \
187186
--security-opt seccomp=unconfined \
188187
--entrypoint /bin/bash \

docker-compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ services:
4646
volumes:
4747
- ./backend:/backend
4848
tmpfs:
49-
# explicitly mount /dev/shm with exec as dosemu2 requires exec privilege
50-
- /dev/shm:exec,uid=1000,gid=1000,size=64M,mode=0700
5149
# Use a separate tmpfs to prevent a rogue jailed process
5250
# from filling /tmp on the parent container
5351
- /sandbox/tmp:exec,uid=1000,gid=1000,size=64M,mode=0700

0 commit comments

Comments
 (0)