]> git.ipfire.org Git - pakfire.git/commit
jail: Implement PTY forwarding
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 16 Dec 2023 13:07:50 +0000 (13:07 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 16 Dec 2023 13:07:50 +0000 (13:07 +0000)
commitc15801c716162809542f5b72e005248d991da323
tree22bccaed1c745c36134afef644f38628eec693dd
parent7ac38d6666f5d7eaa5d69a0ce1fc4b04f15fe3fb
jail: Implement PTY forwarding

This replaces the previous pipe forwarding with a new controlling PTY
that is set up for each jail.

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