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 150FD139694 for ; Tue, 21 Feb 2017 07:12:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59B3121C201; Tue, 21 Feb 2017 07:12:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 396EE21C1EC 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 9072B341265 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 11EB74F53 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.aee2b8dd042e5dda3d49db7ec5b6a2593b3a32ee.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/mon.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: aee2b8dd042e5dda3d49db7ec5b6a2593b3a32ee 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: af3c521e-1ce1-44c3-b931-67d5c6ce5e81 X-Archives-Hash: 974d112cf6380fae7d3fab07beb259eb commit: aee2b8dd042e5dda3d49db7ec5b6a2593b3a32ee Author: Chris PeBenito ieee org> AuthorDate: Sat Feb 18 16:21:10 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=aee2b8dd mon: Fix deprecated interface usage. policy/modules/contrib/mon.te | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/modules/contrib/mon.te b/policy/modules/contrib/mon.te index c685ac26..1a9d2a1a 100644 --- a/policy/modules/contrib/mon.te +++ b/policy/modules/contrib/mon.te @@ -1,4 +1,4 @@ -policy_module(mon, 1.0.0) +policy_module(mon, 1.0.1) ######################################## # @@ -136,7 +136,7 @@ fs_getattr_xattr_fs(mon_net_test_t) auth_use_nsswitch(mon_net_test_t) -miscfiles_read_certs(mon_net_test_t) +miscfiles_read_generic_certs(mon_net_test_t) miscfiles_read_localization(mon_net_test_t) netutils_domtrans_ping(mon_net_test_t)