diff mbox series

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

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

Commit Message

Fabrice Fontaine Aug. 1, 2021, 11:43 a.m. UTC
Support for smartmontools is added by the services/smartmon module in
the SELinux refpolicy.

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

Comments

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

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

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/smartmontools/smartmontools.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/smartmontools/smartmontools.mk b/package/smartmontools/smartmontools.mk
> index 215db1ae69..2e2bbcd4e2 100644
> --- a/package/smartmontools/smartmontools.mk
> +++ b/package/smartmontools/smartmontools.mk
> @@ -9,6 +9,7 @@ SMARTMONTOOLS_SITE = http://downloads.sourceforge.net/project/smartmontools/smar
>  SMARTMONTOOLS_LICENSE = GPL-2.0+
>  SMARTMONTOOLS_LICENSE_FILES = COPYING
>  SMARTMONTOOLS_CPE_ID_VENDOR = smartmontools
> +SMARTMONTOOLS_SELINUX_MODULES = smartmon
>  
>  ifeq ($(BR2_PACKAGE_LIBCAP_NG),y)
>  SMARTMONTOOLS_CONF_OPTS += --with-libcap-ng
> -- 
> 2.30.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/package/smartmontools/smartmontools.mk b/package/smartmontools/smartmontools.mk
index 215db1ae69..2e2bbcd4e2 100644
--- a/package/smartmontools/smartmontools.mk
+++ b/package/smartmontools/smartmontools.mk
@@ -9,6 +9,7 @@  SMARTMONTOOLS_SITE = http://downloads.sourceforge.net/project/smartmontools/smar
 SMARTMONTOOLS_LICENSE = GPL-2.0+
 SMARTMONTOOLS_LICENSE_FILES = COPYING
 SMARTMONTOOLS_CPE_ID_VENDOR = smartmontools
+SMARTMONTOOLS_SELINUX_MODULES = smartmon
 
 ifeq ($(BR2_PACKAGE_LIBCAP_NG),y)
 SMARTMONTOOLS_CONF_OPTS += --with-libcap-ng