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 892F41384B4 for ; Thu, 17 Dec 2015 18:50:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E099B21C06F; Thu, 17 Dec 2015 18:49:58 +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 D7F6D21C06F for ; Thu, 17 Dec 2015 18:49:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F315B3406C0 for ; Thu, 17 Dec 2015 18:49:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2724CF5 for ; Thu, 17 Dec 2015 18:49:42 +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.0f33943959c1bdf50ecd42ca5112c776ca6f141c.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: 0f33943959c1bdf50ecd42ca5112c776ca6f141c X-VCS-Branch: next Date: Thu, 17 Dec 2015 18:49:42 +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: 8b17072b-8a78-4327-806e-224e3d8b7d43 X-Archives-Hash: 6c8ed32bfe2135072fad255cb51172be Message-ID: <20151217184942.yfzrGlf3BaWffgI4G1scQJyvpN2d8GGli5Ncw4UKZ0o@z> commit: 0f33943959c1bdf50ecd42ca5112c776ca6f141c Author: Chris PeBenito tresys com> AuthorDate: Wed Dec 9 14:45:29 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=0f339439 Add additional comments in geoclue. policy/modules/contrib/geoclue.te | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/policy/modules/contrib/geoclue.te b/policy/modules/contrib/geoclue.te index fc72974..68e6a16 100644 --- a/policy/modules/contrib/geoclue.te +++ b/policy/modules/contrib/geoclue.te @@ -1,5 +1,10 @@ policy_module(geoclue, 1.0.0) +######################################## +# +# Declarations +# + type geoclue_t; type geoclue_exec_t; dbus_system_domain(geoclue_t, geoclue_exec_t) @@ -10,6 +15,11 @@ files_config_file(geoclue_etc_t) type geoclue_var_lib_t; files_type(geoclue_var_lib_t) +######################################## +# +# Local policy +# + read_files_pattern(geoclue_t, geoclue_etc_t, geoclue_etc_t) corenet_tcp_connect_http_port(geoclue_t)