C Console autologin using C language?

Hello,

I would like to use C language to manage a simple way to autologin (tty0, console, at boot).

Which idea would you possibly propose?
Thank you
 
getty is written in C, you just chose it's option to log you in.
If you want to write your program to login, that will not be autologin anymore.
 
getty is written in C, you just chose it's option to log you in.
If you want to write your program to login, that will not be autologin anymore.

yeah, clone of getty with login access.
It is a C based autologin aka autoclogin ;)
 
Back
Top