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

fix: allow writes to battleship directory in sandbox

dunkirk.sh cb97956f e84026dc

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