]> git.ipfire.org Git - people/ms/pakfire.git/commit
jail: Add new way to communicate with child processes
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 6 Dec 2022 15:54:54 +0000 (15:54 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 6 Dec 2022 15:54:54 +0000 (15:54 +0000)
commit2015cb9264c6989f9b16d436c30cc21a6f53ac04
treed37df05c460c3f4d73b3435cc2ae021d094c5d34
parent404d0f2898b05b922d61b604ea044fe1da5139bc
jail: Add new way to communicate with child processes

In order to read and write to the child process, a new interface is
being added.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/_pakfire/pakfire.c
src/libpakfire/include/pakfire/jail.h
src/libpakfire/jail.c
src/libpakfire/libpakfire.sym
tests/libpakfire/jail.c