diff mbox series

[1/1] package/apache: add SELinux module

Message ID 20210721171026.489098-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/apache: add SELinux module | expand

Commit Message

Fabrice Fontaine July 21, 2021, 5:10 p.m. UTC
Support for apache is added by the services/apache module in the
SELinux refpolicy.

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/apache/apache.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni July 21, 2021, 7:08 p.m. UTC | #1
On Wed, 21 Jul 2021 19:10:26 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Support for apache is added by the services/apache module in the
> SELinux refpolicy.
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/apache/apache.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
Peter Korsgaard Aug. 4, 2021, 5:49 p.m. UTC | #2
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Support for apache is added by the services/apache module in the
 > SELinux refpolicy.

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2021.02.x and 2021.05.x, thanks.
diff mbox series

Patch

diff --git a/package/apache/apache.mk b/package/apache/apache.mk
index dc66cd660e..365dc9a72e 100644
--- a/package/apache/apache.mk
+++ b/package/apache/apache.mk
@@ -11,6 +11,7 @@  APACHE_LICENSE = Apache-2.0
 APACHE_LICENSE_FILES = LICENSE
 APACHE_CPE_ID_VENDOR = apache
 APACHE_CPE_ID_PRODUCT = http_server
+APACHE_SELINUX_MODULES = apache
 # Needed for mod_php
 APACHE_INSTALL_STAGING = YES
 # We have a patch touching configure.in and Makefile.in,