]> git.ipfire.org Git - pakfire.git/commit
jail: Have the child process allocate a new PTY
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 8 Dec 2023 15:47:20 +0000 (15:47 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 8 Dec 2023 15:47:20 +0000 (15:47 +0000)
commit92f2120ef7c40c6d67cb2940427e90f20aaad307
tree96deb84ecff5ca23239cb96cd75e59e26d76f6bb
parentd52b0bee9344cfe1b4d9633b43f0bf812f295d18
jail: Have the child process allocate a new PTY

The master file descriptor is being sent to the parent process.

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