From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6DEF5139694 for ; Tue, 21 Feb 2017 07:12:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 108B021C107; Tue, 21 Feb 2017 07:12:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E30A921C107 for ; Tue, 21 Feb 2017 07:12:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AED943413B7 for ; Tue, 21 Feb 2017 07:11:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CCA14F56 for ; Tue, 21 Feb 2017 07:11:50 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1487660780.aa2ad394fa31c82c65d51b77b81dfd0749fa6f0d.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/monit.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: aa2ad394fa31c82c65d51b77b81dfd0749fa6f0d X-VCS-Branch: master Date: Tue, 21 Feb 2017 07:11:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0ab86f0e-95d9-4094-be9b-a19570bc8b43 X-Archives-Hash: e96d2ef8c549081f06ffc32170fa9098 commit: aa2ad394fa31c82c65d51b77b81dfd0749fa6f0d Author: Chris PeBenito ieee org> AuthorDate: Mon Feb 20 13:38:49 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Tue Feb 21 07:06:20 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=aa2ad394 monit: Fix build error. policy/modules/contrib/monit.te | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/modules/contrib/monit.te b/policy/modules/contrib/monit.te index 93403779..14aeddcd 100644 --- a/policy/modules/contrib/monit.te +++ b/policy/modules/contrib/monit.te @@ -1,4 +1,4 @@ -policy_module(monit, 1.0.0) +policy_module(monit, 1.0.1) ######################################## # @@ -105,7 +105,7 @@ ifdef(`init_systemd',` tunable_policy(`monit_startstop_services',` init_get_all_units_status(monit_t) init_get_system_status(monit_t) - init_restart_script_service(monit_t) + init_startstop_all_script_services(monit_t) init_start_all_units(monit_t) init_stop_all_units(monit_t) init_stream_connect(monit_t)