]> git.ipfire.org Git - people/stevee/pakfire.git/commit
execute: Check for CLONE_INTO_CGROUP at compile time
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Jul 2021 13:40:32 +0000 (14:40 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Jul 2021 13:40:32 +0000 (14:40 +0100)
commit24b76b73a65f760d2be02e41701e12e94999e407
tree61a5fce826c2101ff17ab6582af990b12fec836e
parent09ccdffa7744cf8fb6c7dd0037031f37ce08444f
execute: Check for CLONE_INTO_CGROUP at compile time

This allows building Pakfire with older kernels, but causes that
processes are not forked into the correct cgroup.

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