logo

skeud

Simple and portable utilities to deal with user accounts (su, login)
commit: 8e4b48bb1928298fa5e5193541005915523edb0d
parent d064738bad821f05b5851c20501fad2e2207cb3f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  8 Oct 2022 19:17:49 +0200

README.md: Document dependencies

Diffstat:

MREADME.md10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -5,6 +5,16 @@ skeud /skød/ (Brezhoneg): shadow / reflection / ghost ## Features - Compatible with [tcb shadow](https://www.openwall.com/tcb/) +## Dependencies +- POSIX Environment +- libc with `termios.h` +- `/dev/tty` file pointing to currently attached console +- (test-only) [ATF](https://github.com/jmmv/atf) +- (test-only) [Kyua](https://github.com/jmmv/kyua) +- (lint-only) [reuse](https://reuse.software/) +- (lint-only) [flawfinder](https://github.com/jmmv/kyua) +- (lint-only) [mandoc](https://mdocml.bsd.lv/) + ## Unsupported - Broken authentication systems like PAM - Remote host arguments (believed to be legacy)