From fa8aa2857bd6143302370afeaa3c7b16324b7b58 Mon Sep 17 00:00:00 2001 From: 4lDO2 <4lDO2@protonmail.com> Date: Sat, 19 Apr 2025 14:08:04 +0200 Subject: [PATCH] Remove thisproc from audiod mkns. --- audiod/src/main.rs | 1 - 1 file changed, 1 deletion(-) 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")?;