diff mbox series

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

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

Commit Message

Fabrice Fontaine July 26, 2021, 9:23 a.m. UTC
Support for ntp is added by the services/ntp module in the SELinux
refpolicy.

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

Comments

Thomas Petazzoni July 26, 2021, 9:08 p.m. UTC | #1
On Mon, 26 Jul 2021 11:23:24 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Support for ntp is added by the services/ntp module in the SELinux
> refpolicy.
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/ntp/ntp.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/ntp/ntp.mk b/package/ntp/ntp.mk
index 0dc75a7a6d..ff23cdc2b6 100644
--- a/package/ntp/ntp.mk
+++ b/package/ntp/ntp.mk
@@ -15,6 +15,7 @@  NTP_LICENSE_FILES = COPYRIGHT
 NTP_CPE_ID_VENDOR = ntp
 NTP_CPE_ID_VERSION = $(NTP_VERSION_MAJOR).$(NTP_VERSION_MINOR)
 NTP_CPE_ID_UPDATE = p$(NTP_VERSION_POINT)
+NTP_SELINUX_MODULES = ntp
 NTP_CONF_ENV = ac_cv_lib_md5_MD5Init=no POSIX_SHELL=/bin/sh
 NTP_CONF_OPTS = \
 	--with-shared \