exec-invoke: fix type for gid

This commit is contained in:
Lennart Poettering
2025-11-28 16:19:58 +01:00
committed by Yu Watanabe
parent a3b6ad69ab
commit 81e79ee499

View 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,