From: Lennart Poettering Date: Fri, 28 Nov 2025 15:19:58 +0000 (+0100) Subject: exec-invoke: fix type for gid X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=81e79ee499e3495f5fe01be5fbd9ec058c9cee60;p=thirdparty%2Fsystemd.git exec-invoke: fix type for gid --- 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,