diff --git a/audiod/src/main.rs b/audiod/src/main.rs index 759b53cdcf..f6d16ec828 100644 --- a/audiod/src/main.rs +++ b/audiod/src/main.rs @@ -57,7 +57,6 @@ fn daemon(daemon: Daemon) -> anyhow::Result<()> { let ns = libredox::call::mkns(&[ //IoSlice::new(b"memory"), TODO: already included, uncommenting gives EEXIST IoSlice::new(b"rand"), // for HashMap - IoSlice::new(b"thisproc"), // for thread::spawn ]).context("failed to make namespace")?; libredox::call::setrens(ns, ns).context("failed to set namespace")?;