diff mbox series

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

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

Commit Message

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

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

Comments

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

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

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/vnstat/vnstat.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/vnstat/vnstat.mk b/package/vnstat/vnstat.mk
> index c5836cf037..7f5ff67b82 100644
> --- a/package/vnstat/vnstat.mk
> +++ b/package/vnstat/vnstat.mk
> @@ -8,6 +8,7 @@ VNSTAT_VERSION = 2.7
>  VNSTAT_SITE = http://humdi.net/vnstat
>  VNSTAT_LICENSE = GPL-2.0
>  VNSTAT_LICENSE_FILES = COPYING
> +VNSTAT_SELINUX_MODULES = vnstatd
>  VNSTAT_DEPENDENCIES = host-pkgconf sqlite
>  VNSTAT_CONF_OPTS = --disable-extra-paths
>  
> -- 
> 2.30.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/package/vnstat/vnstat.mk b/package/vnstat/vnstat.mk
index c5836cf037..7f5ff67b82 100644
--- a/package/vnstat/vnstat.mk
+++ b/package/vnstat/vnstat.mk
@@ -8,6 +8,7 @@  VNSTAT_VERSION = 2.7
 VNSTAT_SITE = http://humdi.net/vnstat
 VNSTAT_LICENSE = GPL-2.0
 VNSTAT_LICENSE_FILES = COPYING
+VNSTAT_SELINUX_MODULES = vnstatd
 VNSTAT_DEPENDENCIES = host-pkgconf sqlite
 VNSTAT_CONF_OPTS = --disable-extra-paths