diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-12-01 17:14:27 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-12-07 16:12:33 -0500 |
commit | 3f45dc8e6944da89c3124871debec9ec5f443bd5 (patch) | |
tree | 41910028159b2534711660b0bc8d30f5c8f4a40f | |
parent | 9d84fcdc6dd6e6f76709e697e37ee352b8a7de6e (diff) | |
download | meta-virtualization-3f45dc8e6944da89c3124871debec9ec5f443bd5.tar.gz |
docker: add seccomp to default packageconfig settings
Much of meta-virt requires seccomp to function properly, so we
update docker to match that common default.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/docker/docker.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/docker/docker.inc b/recipes-containers/docker/docker.inc index 9708eaf7..b74b4123 100644 --- a/recipes-containers/docker/docker.inc +++ b/recipes-containers/docker/docker.inc | |||
@@ -41,7 +41,7 @@ RPROVIDES:${PN}-dev += "docker-dev" | |||
41 | RPROVIDES:${PN}-contrip += "docker-dev" | 41 | RPROVIDES:${PN}-contrip += "docker-dev" |
42 | 42 | ||
43 | inherit pkgconfig | 43 | inherit pkgconfig |
44 | PACKAGECONFIG ??= "docker-init" | 44 | PACKAGECONFIG ??= "docker-init seccomp" |
45 | PACKAGECONFIG[seccomp] = "seccomp,,libseccomp" | 45 | PACKAGECONFIG[seccomp] = "seccomp,,libseccomp" |
46 | PACKAGECONFIG[docker-init] = ",,,docker-init" | 46 | PACKAGECONFIG[docker-init] = ",,,docker-init" |
47 | PACKAGECONFIG[transient-config] = "transient-config" | 47 | PACKAGECONFIG[transient-config] = "transient-config" |