mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 01:33:11 +01:00
Right now it wrongly seems as if you can set `sshBackdoor.enable = true;` for each test and not only for debugging purposes. This is wrong however since you'd need to pass /dev/vhost-vsock into the sandbox for this (which is also a prerequisite for #392117). To make that clear, two things were changed: * add a warning to the manual to communicate this. * exit both interactive and non-interactive driver early if /dev/vhost-vsock is missing and the ssh backdoor is enabled. If that's the case, we pass a CLI flag to the driver already in the interactive case. This change also sets the flag for the non-interactive case. That way we also get a better error if somebody tries to enable this on a system that doesn't support that. |
||
|---|---|---|
| .. | ||
| activation-script.section.md | ||
| assertions.section.md | ||
| bootspec.chapter.md | ||
| building-parts.chapter.md | ||
| developing-the-test-driver.chapter.md | ||
| development.md | ||
| etc-overlay.section.md | ||
| freeform-modules.section.md | ||
| importing-modules.section.md | ||
| linking-nixos-tests-to-packages.section.md | ||
| meta-attributes.section.md | ||
| nixos-tests.chapter.md | ||
| non-switchable-systems.section.md | ||
| option-declarations.section.md | ||
| option-def.section.md | ||
| option-types.section.md | ||
| replace-modules.section.md | ||
| running-nixos-tests-interactively.section.md | ||
| running-nixos-tests.section.md | ||
| settings-options.section.md | ||
| sources.chapter.md | ||
| testing-hardware-features.section.md | ||
| testing-installer.chapter.md | ||
| unit-handling.section.md | ||
| what-happens-during-a-system-switch.chapter.md | ||
| writing-documentation.chapter.md | ||
| writing-modules.chapter.md | ||
| writing-nixos-tests.section.md | ||