[Bug 266532] x11/lightdm: Login sessions do not respect login.conf

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 26 Dec 2023 13:03:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266532

--- Comment #31 from Ivan Rozhuk <rozhuk.im@gmail.com> ---
In login.c and su.c:
1. setusercontext() called twice: before for and after
2. first arg (login_class) never set NULL.
3. setusercontext() called before export/set env vars.

I am not saying that patch is wrong, but it uses setusercontext() a bit
different than system apps.

-- 
You are receiving this mail because:
You are the assignee for the bug.