From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 96C27C4338F for ; Mon, 26 Jul 2021 20:16:50 +0000 (UTC) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 549FA60F94 for ; Mon, 26 Jul 2021 20:16:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 549FA60F94 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=busybox.net Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 2938F402E9; Mon, 26 Jul 2021 20:16:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id C68zGtLoTB3u; Mon, 26 Jul 2021 20:16:49 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 62300402EB; Mon, 26 Jul 2021 20:16:48 +0000 (UTC) Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id EDEBF1BF995 for ; Mon, 26 Jul 2021 20:15:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 48735401C3 for ; Mon, 26 Jul 2021 20:15:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HdLn5vd86PUb for ; Mon, 26 Jul 2021 20:15:03 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.122]) by smtp4.osuosl.org (Postfix) with ESMTP id C279A401BE for ; Mon, 26 Jul 2021 20:15:03 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 4045) id 420F688EEC; Mon, 26 Jul 2021 19:40:27 +0000 (UTC) From: Thomas Petazzoni To: buildroot@buildroot.org Date: Mon, 26 Jul 2021 22:08:38 +0200 X-Git-Refname: refs/heads/master X-Git-Oldrev: 2ef4b2e1e6d070bad65de3a2831d8246ff4ed176 X-Git-Newrev: 74a511e06abfac1e9ff67a5dd34aa6e7fa9b8d8a X-Patchwork-Hint: ignore Message-Id: <20210726194027.420F688EEC@busybox.osuosl.org> Subject: [Buildroot] [git commit] package/monit: add SELinux module X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" commit: https://git.buildroot.net/buildroot/commit/?id=74a511e06abfac1e9ff67a5dd34aa6e7fa9b8d8a branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master Support for monit is added by the services/monit module in the SELinux refpolicy. Signed-off-by: Fabrice Fontaine Signed-off-by: Thomas Petazzoni --- package/monit/monit.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/monit/monit.mk b/package/monit/monit.mk index b9e131a363..6d5d475813 100644 --- a/package/monit/monit.mk +++ b/package/monit/monit.mk @@ -9,6 +9,7 @@ MONIT_SITE = http://mmonit.com/monit/dist MONIT_LICENSE = AGPL-3.0 with OpenSSL exception MONIT_LICENSE_FILES = COPYING MONIT_CPE_ID_VENDOR = mmonit +MONIT_SELINUX_MODULES = monit # # Touching Makefile.am: MONIT_AUTORECONF = YES _______________________________________________ buildroot mailing list buildroot@busybox.net http://lists.busybox.net/mailman/listinfo/buildroot