You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
panic!("don't know what to do with: {}", path.display())
291
293
}
292
294
}
293
295
@@ -312,6 +314,10 @@ impl<'a> RunChroot<'a> {
312
314
// TODO: test mounting in something to `/`; should work
313
315
// TODO: test `cargo` or something else where the symlink's name is actually important (both as an explicit bind mount and an incidental one to make sure the logic is right)
314
316
317
+
let mount_exclude_list = vec![
318
+
(Path::new("/var/run/nscd")),
319
+
];
320
+
315
321
// can be "absolute" (wrt to the profile dir) or relative
0 commit comments