From 81e79ee499e3495f5fe01be5fbd9ec058c9cee60 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 28 Nov 2025 16:19:58 +0100 Subject: [PATCH] exec-invoke: fix type for gid --- src/core/exec-invoke.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/exec-invoke.c b/src/core/exec-invoke.c index 1f64378b72d..fed72be5b76 100644 --- a/src/core/exec-invoke.c +++ b/src/core/exec-invoke.c @@ -4607,7 +4607,7 @@ static int setup_delegated_namespaces( bool delegate, const char *memory_pressure_path, uid_t uid, - uid_t gid, + gid_t gid, const ExecCommand *command, bool needs_sandboxing, bool have_cap_sys_admin, -- 2.47.3