diff mbox series

[2/2] package/firewalld: enable firewalld selinux module

Message ID 20231009143122.1775787-2-adam.duskett@amarulasolutions.com
State Accepted
Headers show
Series [1/2] package/firewalld: bump version to 2.0.1 | expand

Commit Message

Adam Duskett Oct. 9, 2023, 2:31 p.m. UTC
Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com>
---
 package/firewalld/firewalld.mk | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/package/firewalld/firewalld.mk b/package/firewalld/firewalld.mk
index 6b2813e54d..188550d449 100644
--- a/package/firewalld/firewalld.mk
+++ b/package/firewalld/firewalld.mk
@@ -23,6 +23,8 @@  FIREWALLD_DEPENDENCIES = \
 	python3 \
 	python-gobject
 
+FIREWALLD_SELINUX_MODULES = firewalld
+
 # Firewalld hard codes the python shebangs to the full path of the
 # python-interpreter. IE: #!/home/buildroot/output/host/bin/python.
 # Force the proper python path.