aboutsummaryrefslogtreecommitdiff
path: root/utils/lxc/patches/030-commands-fix-check-for-seccomp-notify-support.patch
Commit message (Collapse)AuthorAge
* lxc: update to 4.0.10Rosen Penev2021-08-28
| | | | | | | | | | | | | | Remove getline patch. It seems to be for uClibc, which is no longer in the tree. Remove commands patch. Issue was fixed upstream. Same with the tests patch. Remove gpg patch. It's an upstream backport. Refreshed others. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* lxc: fix build without seccomp if libseccomp builtEneas U de Queiroz2021-02-25
This fixes compiling lxc without seccomp support if libseccomp is already installed to the staging dir. Patches were applied upstream. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>