]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
exec-invoke: fix type for gid
authorLennart Poettering <lennart@poettering.net>
Fri, 28 Nov 2025 15:19:58 +0000 (16:19 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 2 Dec 2025 04:34:05 +0000 (13:34 +0900)
src/core/exec-invoke.c

index 1f64378b72d227b44b8aeccf49ad383996db3352..fed72be5b76f5e66e5dcfa93f4a9d03bca3d0026 100644 (file)
@@ -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,