Re: [systemd-devel] RFC: Passing on initial client user in systemd-userdbd
> 1. In src/userdb/userdbd-manager.c manager_startup(), set teh > SO_PASSCRED socket option OK, correct that: We need to set the option on the new fd from accept() instead. -nik
Re: [systemd-devel] RFC: Passing on initial client user in systemd-userdbd
Hi, > The approach brings me a bit farther away from being able to implement it > myself, but not too far I guess ;). I've spent some time reading the userdb code now, and it actually seems pretty easy to do. Here's my rough plan: 1. In src/userdb/userdbd-manager.c manager_startup(), set teh
