Merge branch 'audiod' into 'main'
Remove thisproc from audiod mkns. See merge request redox-os/base!11
This commit is contained in:
@@ -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")?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user