From 41693bebbbf4c680e89d481b84c964b794443613 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Sat, 25 May 2024 01:14:36 +0200 Subject: [PATCH] create the home dir --- backend/src/sandbox.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/sandbox.rs b/backend/src/sandbox.rs index 66df384..ebcfe25 100644 --- a/backend/src/sandbox.rs +++ b/backend/src/sandbox.rs @@ -68,7 +68,7 @@ fn home_dir(uid: u32) -> Vec { vec![ "--dir".to_string(), - user_dir.clone(), + home_dir.clone(), "--setenv".to_string(), "HOME".to_string(), home_dir,