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 2AA42138206 for ; Thu, 18 Jan 2018 16:37:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C1DCE08C3; Thu, 18 Jan 2018 16:37:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F39AE08C3 for ; Thu, 18 Jan 2018 16:37:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E845335C3B for ; Thu, 18 Jan 2018 16:37:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D0821C4 for ; Thu, 18 Jan 2018 16:37:07 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1516292774.f090e17ce1ab4dbb518f5c9216fb603c37619f3f.swift@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: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: f090e17ce1ab4dbb518f5c9216fb603c37619f3f X-VCS-Branch: master Date: Thu, 18 Jan 2018 16:37:07 +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: d6c76df4-84a8-4098-b039-63ee614df68e X-Archives-Hash: a1c727cab147c930e1e357b00659195d commit: f090e17ce1ab4dbb518f5c9216fb603c37619f3f Author: Christian Göttsche googlemail com> AuthorDate: Mon Jan 1 11:54:04 2018 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Thu Jan 18 16:26:14 2018 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=f090e17c monit: read /usr/share/ca-certificates for cert verification policy/modules/contrib/monit.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/monit.te b/policy/modules/contrib/monit.te index c08fd4f3..79d3d1bf 100644 --- a/policy/modules/contrib/monit.te +++ b/policy/modules/contrib/monit.te @@ -123,6 +123,7 @@ domain_getpgid_all_domains(monit_t) domain_read_all_domains_state(monit_t) files_read_all_pids(monit_t) +files_read_usr_files(monit_t) selinux_get_enforce_mode(monit_t)