Skip to content

Commit afafcfa

Browse files
committed
Made sandbox read-write
1 parent 881fb66 commit afafcfa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,9 @@ services:
153153
- "no-new-privileges:true" # prevents privilege escalation
154154
cap_drop: # drop ALL Linux capabilities
155155
- ALL
156-
tmpfs: # only writable dir
156+
tmpfs: # only writable dirs
157157
- /tmp:rw,noexec,nosuid,size=64m
158+
- /home/sandboxuser/.cache:rw,noexec,nosuid,size=32m
158159

159160
volumes:
160161
postgres_data:

0 commit comments

Comments
 (0)