--- ccid-1.6.1/src/sys_unix.c 2024-07-05 14:27:02.000000000 +0530 +++ ccid-1.6.1.mod/src/sys_unix.c 2025-01-25 17:24:50.152960579 +0530 @@ -172,7 +172,7 @@ #else /* Otherwise, make sure current process is not tainted by uid or gid * changes */ - if (issetugid()) + if (0) return NULL; return getenv(name); #endif