diff mbox series

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

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

Commit Message

Fabrice Fontaine Aug. 1, 2021, 12:15 p.m. UTC
Support for postgresql is added by the services/postgresql module in the
SELinux refpolicy.

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

Comments

Yann E. MORIN Aug. 1, 2021, 1:58 p.m. UTC | #1
Fabrice, All,

On 2021-08-01 14:15 +0200, Fabrice Fontaine spake thusly:
> Support for postgresql is added by the services/postgresql module in the
> SELinux refpolicy.
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
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
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox series

Patch

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 = \