Author :
matthieu
Date :
2012-08-07 20:15:23
Hash :c7c0180b Message :In non-privilege sepration mode, avoid accidentally sending
a SIGUSR1 signal to init(8).
It can happen that xdm dies before the X server that it started.
In that case X's is reparented by init...
This is handled correctly when privilege separation is not compiled
but got overlooked in the privilege separation case.