[Buildroot] [git commit] package/docker: enable selinux module

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Nov 4 15:10:07 UTC 2023


commit: https://git.buildroot.net/buildroot/commit/?id=245b13a0778ec6ad061555b0b994e7649ef01006
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Adam Duskett <adam.duskett at amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/docker/docker.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/docker/docker.mk b/package/docker/docker.mk
index 4a8c6fcd8d..39f7ee4580 100644
--- a/package/docker/docker.mk
+++ b/package/docker/docker.mk
@@ -7,7 +7,7 @@
 DOCKER_VERSION = 1.5
 DOCKER_SITE = http://icculus.org/openbox/2/docker
 DOCKER_DEPENDENCIES = host-pkgconf libglib2 xlib_libX11
-
+DOCKER_SELINUX_MODULES = docker
 DOCKER_LICENSE = GPL-2.0+
 # The 'or later' is specified at the end of the README, so include that one too.
 DOCKER_LICENSE_FILES = COPYING README



More information about the buildroot mailing list