]> git.ipfire.org Git - pakfire.git/commit
jail: Return any output as string
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Aug 2022 15:50:21 +0000 (15:50 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Aug 2022 15:50:21 +0000 (15:50 +0000)
commit12b9b39ff1a6253966bb5bbb4609a3fb0d304f08
tree1975b74855ea29c322417641e6046dd913e16f09
parent17841bb8ec0f0ad50ae44ef6044aaf6f9dee9726
jail: Return any output as string

I thought it would be beneficial to return the output as an array, but
that makes things way too complicated later on.

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