_platform/linux.py: Accept all configs for dummy sandbox
If Sandbox.run() is never called, sandbox config is irrelevant. If it is called, the build will fail anyway with the dummy sandbox.
This allows pushing of elements that don't use Sandbox.run() on WSL and matches the logic in the Darwin platform.