From 245b13a0778ec6ad061555b0b994e7649ef01006 Mon Sep 17 00:00:00 2001 From: Adam Duskett Date: Tue, 10 Oct 2023 19:01:26 +0200 Subject: [PATCH] package/docker: enable selinux module Signed-off-by: Adam Duskett Signed-off-by: Thomas Petazzoni --- 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