Daniel Hofstetter d9f0eef165 Merge pull request #103 from uutils/renovate/libc-0.x-lockfile
chore(deps): update rust crate libc to v0.2.168
2024-12-09 16:10:06 +01:00
2024-03-27 07:53:02 +01:00
2024-03-26 22:40:58 +01:00
2024-03-26 22:40:35 +01:00
2024-01-15 23:09:52 +01:00
2024-03-26 22:43:24 +01:00
2024-03-02 14:43:07 +00:00

login

login provides some required infrastructure for logins and for changing effective user or group IDs, including:

  • login, the program that invokes a user shell on a virtual terminal;
  • nologin, a dummy shell for disabled user accounts;
  • su, a basic tool for executing commands as root or another user.

Reimplement this command in Rust:

  • /bin/login
  • /usr/bin/faillog
  • /usr/bin/lastlog
  • /usr/bin/newgrp
  • /usr/sbin/nologin
  • /usr/bin/sg

Upstream: https://github.com/shadow-maint/shadow

License

login is licensed under the MIT License - see the LICENSE file for details

S
Description
No description provided
Readme MIT 655 KiB
Languages
Rust 100%