]> git.ipfire.org Git - pakfire.git/commit
jail: Use log stream to perform line-buffered output
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 22 Mar 2025 16:56:59 +0000 (16:56 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 22 Mar 2025 16:56:59 +0000 (16:56 +0000)
commitea32200a0ff9a85fd0a063b7dfdfa917a05af182
treee0f65cf4c0592492b7c9f57fd7535363c53bca4f
parent995fd9e15b19e0b15e77aed0a96827703ba5f82c
jail: Use log stream to perform line-buffered output

This helps us to split the complexity between the PTY and some extra
buffering code.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/pakfire/jail.c
src/pakfire/jail.h
src/pakfire/pty.c
src/pakfire/pty.h