From 21755a2a83759302f0a8e29426099032216ee524 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sun, 1 Aug 2021 14:15:28 +0200 Subject: [PATCH] package/postgresql: add SELinux module Support for postgresql is added by the services/postgresql module in the SELinux refpolicy. Signed-off-by: Fabrice Fontaine Signed-off-by: Yann E. MORIN --- package/postgresql/postgresql.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk index cab5553805..143bcd895a 100644 --- a/package/postgresql/postgresql.mk +++ b/package/postgresql/postgresql.mk @@ -10,6 +10,7 @@ POSTGRESQL_SITE = https://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION) POSTGRESQL_LICENSE = PostgreSQL POSTGRESQL_LICENSE_FILES = COPYRIGHT POSTGRESQL_CPE_ID_VENDOR = postgresql +POSTGRESQL_SELINUX_MODULES = postgresql POSTGRESQL_INSTALL_STAGING = YES POSTGRESQL_CONFIG_SCRIPTS = pg_config POSTGRESQL_CONF_ENV = \ -- 2.30.2