28 Dec
2007
28 Dec
'07
7:26 p.m.
On Thu, 2007-12-27 at 02:08 +0100, Ronny wrote:
So PROCESS_UID is never set using env_put() till the point where it is looked for!
The code path to set it is in src/master/login-process.c:
login_processes_init() -> login_processes_start_missing() timeout -> login_group_start_missings() -> create_login_process() -> fork, login_process_init_env().
Aren't those called?