https://github.com/uutils/login
Rust reimplemtation of the login project
https://github.com/uutils/login
Last synced: 9 months ago
JSON representation
Rust reimplemtation of the login project
- Host: GitHub
- URL: https://github.com/uutils/login
- Owner: uutils
- License: mit
- Created: 2024-01-15T22:03:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-12T05:16:36.000Z (about 1 year ago)
- Last Synced: 2025-04-12T06:24:17.387Z (about 1 year ago)
- Language: Rust
- Size: 316 KB
- Stars: 11
- Watchers: 4
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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