From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 90AED1384B4 for ; Thu, 17 Dec 2015 18:50:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 643D421C073; Thu, 17 Dec 2015 18:50:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E29A721C073 for ; Thu, 17 Dec 2015 18:49:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07BBB3406DD for ; Thu, 17 Dec 2015 18:49:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 122D4CFB for ; Thu, 17 Dec 2015 18:49:43 +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: <1450367855.f30bc6343d09e2f08a97d6428b6c1c020892fe05.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/geoclue.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: f30bc6343d09e2f08a97d6428b6c1c020892fe05 X-VCS-Branch: next Date: Thu, 17 Dec 2015 18:49:43 +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: 5fe8567a-ac4f-43da-84b1-835bfc88117c X-Archives-Hash: 60c9bcdb5e841fe9fad477a11ceeb8e6 Message-ID: <20151217184943.APKQs1z8vDbLIdd39ggf_IycXu-iNQqGrVa_j7oWBjo@z> commit: f30bc6343d09e2f08a97d6428b6c1c020892fe05 Author: Dominick Grift gmail com> AuthorDate: Thu Dec 10 11:02:06 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Thu Dec 17 15:57:35 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=f30bc634 Module version bump for changes to the geoclue module by Laurent Bigonville. Moved auth_use_nsswitch() call to the proper location. policy/modules/contrib/geoclue.te | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/policy/modules/contrib/geoclue.te b/policy/modules/contrib/geoclue.te index 34ed075..b8413a5 100644 --- a/policy/modules/contrib/geoclue.te +++ b/policy/modules/contrib/geoclue.te @@ -1,4 +1,4 @@ -policy_module(geoclue, 1.0.0) +policy_module(geoclue, 1.0.1) ######################################## # @@ -22,12 +22,12 @@ files_type(geoclue_var_lib_t) read_files_pattern(geoclue_t, geoclue_etc_t, geoclue_etc_t) -auth_use_nsswitch(geoclue_t) - corenet_tcp_connect_http_port(geoclue_t) dev_read_urand(geoclue_t) +auth_use_nsswitch(geoclue_t) + miscfiles_read_generic_certs(geoclue_t) miscfiles_read_localization(geoclue_t)