[Buildroot] [git commit] package/bridge-utils: add SELinux refpolicy module

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Mar 16 22:10:32 UTC 2021


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

Bridge-utils's brctl tool is supported by the admin/brctl SELinux
refpolicy module.

Signed-off-by: Maxime Chevallier <maxime.chevallier at bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/bridge-utils/bridge-utils.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/bridge-utils/bridge-utils.mk b/package/bridge-utils/bridge-utils.mk
index fa71c3a64e..2de5517fc5 100644
--- a/package/bridge-utils/bridge-utils.mk
+++ b/package/bridge-utils/bridge-utils.mk
@@ -11,6 +11,7 @@ BRIDGE_UTILS_AUTORECONF = YES
 BRIDGE_UTILS_LICENSE = GPL-2.0+
 BRIDGE_UTILS_LICENSE_FILES = COPYING
 BRIDGE_UTILS_CPE_ID_VENDOR = kernel
+BRIDGE_UTILS_SELINUX_MODULES = brctl
 
 # Avoid using the host's headers. Location is not important as
 # required headers will anyway be found from within the sysroot.


More information about the buildroot mailing list