Re: [systemd-devel] [PATCH v3] logind: make sure to terminate systemd user on logouts

2014-02-13 Thread Lennart Poettering
On Thu, 13.02.14 18:31, Djalal Harouni (tix...@opendz.org) wrote: Looks good! Thanks! Applied! > Currently if the user logs out, the GC may never call user_stop(), > this will not terminate the systemd user and (sd-pam) of that user. > > To fix this, remove the USER_CLOSING state check that is b

[systemd-devel] [PATCH v3] logind: make sure to terminate systemd user on logouts

2014-02-13 Thread Djalal Harouni
Currently if the user logs out, the GC may never call user_stop(), this will not terminate the systemd user and (sd-pam) of that user. To fix this, remove the USER_CLOSING state check that is blocking the GC from calling user_stop(). Since if user_check_gc() returns false this means that all the s