]> git.ipfire.org Git - pakfire.git/commit
jail: Move the PTY into an extra file
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 6 Oct 2024 12:14:12 +0000 (12:14 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 6 Oct 2024 12:14:12 +0000 (12:14 +0000)
commitf0cf4ffb6e63e88c396256644172ce3e655e068f
tree15655c9f9637f40d0305d0b701e2d4cc03156bfd
parent8abad4089c4c1b8ec1c8c297b1ee55f269fa31f9
jail: Move the PTY into an extra file

The code for this is rather large and makes jail.c almost unreadable.

This patch does not move the entire feature over just yet, but it is a
start.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/libpakfire/include/pakfire/pty.h [new file with mode: 0644]
src/libpakfire/jail.c
src/libpakfire/pty.c [new file with mode: 0644]