diff mbox series

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

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

Commit Message

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/rsync/rsync.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:42 +0200, Fabrice Fontaine spake thusly:
> Support for rsync is added by the services/rsync module in the SELinux
> refpolicy.
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/rsync/rsync.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/rsync/rsync.mk b/package/rsync/rsync.mk
> index f57e471ef9..5b51ca1df7 100644
> --- a/package/rsync/rsync.mk
> +++ b/package/rsync/rsync.mk
> @@ -9,6 +9,7 @@ RSYNC_SITE = http://rsync.samba.org/ftp/rsync/src
>  RSYNC_LICENSE = GPL-3.0+ with exceptions
>  RSYNC_LICENSE_FILES = COPYING
>  RSYNC_CPE_ID_VENDOR = samba
> +RSYNC_SELINUX_MODULES = rsync
>  RSYNC_DEPENDENCIES = zlib popt
>  RSYNC_CONF_OPTS = \
>  	--with-included-zlib=no \
> -- 
> 2.30.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/package/rsync/rsync.mk b/package/rsync/rsync.mk
index f57e471ef9..5b51ca1df7 100644
--- a/package/rsync/rsync.mk
+++ b/package/rsync/rsync.mk
@@ -9,6 +9,7 @@  RSYNC_SITE = http://rsync.samba.org/ftp/rsync/src
 RSYNC_LICENSE = GPL-3.0+ with exceptions
 RSYNC_LICENSE_FILES = COPYING
 RSYNC_CPE_ID_VENDOR = samba
+RSYNC_SELINUX_MODULES = rsync
 RSYNC_DEPENDENCIES = zlib popt
 RSYNC_CONF_OPTS = \
 	--with-included-zlib=no \