logo

skeud

Simple and portable utilities to deal with user accounts (su, login)git clone https://anongit.hacktivis.me/git/skeud.git/
commit: 9442156491771ea815886e5cce22f256570c9f29
parent a4faf05600426017fcd69a9aeb389a69e6b57b7a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 23 Sep 2025 12:19:21 +0200

README.md: termios.h and /dev/tty are part of POSIX

Diffstat:

MREADME.md6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -8,10 +8,10 @@ Status: Experimental, enough done to work but needs thorough review. - Based on `getpwnam(3)` (and `getspnam(3)` on Linux), making it compatible with systems like [tcb shadow](https://www.openwall.com/tcb/) ## Dependencies -- POSIX Environment -- libc with `termios.h` +- POSIX.1-2008 environment (`/dev/tty`, make, ...) +- C11 Compiler - Proper support for static executables (glibc is out) -- `/dev/tty` file pointing to currently attached console +- `initgroups()` C interface in `<grp.h>` or `<unistd.h>` - (test-only) [ATF](https://github.com/jmmv/atf) - (test-only) [Kyua](https://github.com/jmmv/kyua) - (lint-only) [reuse](https://reuse.software/)