We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52584f3 commit 836c548Copy full SHA for 836c548
1 file changed
base/cvd/cuttlefish/host/commands/run_cvd/validate.cpp
@@ -37,7 +37,8 @@ namespace cuttlefish {
37
static Result<void> TestTapDevices(
38
const CuttlefishConfig::InstanceSpecific& instance) {
39
#ifdef __linux__
40
- if (InSandbox()) {
+ if (InSandbox()
41
+ || instance.use_cvdalloc()) { // cvdalloc owns its own resources. those resources can't be validated this way.
42
return {};
43
}
44
auto wifi = instance.wifi_tap_name();
0 commit comments