a geicko-2 based round robin ranking system designed to test c++ battleship submissions battleship.dunkirk.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: allow writes to battleship directory in sandbox

+1
+1
internal/runner/runner.go
··· 45 45 "--property=PrivateNetwork=true", // Isolate network (no internet) 46 46 "--property=PrivateTmp=true", // Private /tmp 47 47 "--property=NoNewPrivileges=true", // Prevent privilege escalation 48 + "--property=ReadWritePaths=/var/lib/battleship-arena", // Allow writes to battleship directory 48 49 "--", 49 50 } 50 51 systemdArgs = append(systemdArgs, args...)