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 88EA7138247 for ; Mon, 25 Nov 2013 19:16:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15BEFE0ACE; Mon, 25 Nov 2013 19:16:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A12E2E09B2 for ; Mon, 25 Nov 2013 19:16:30 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8F8D33F3EC for ; Mon, 25 Nov 2013 19:16:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 55D06E530A for ; Mon, 25 Nov 2013 19:16:28 +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: <1385406875.81ba44cd97e9e66522f60c883d94c190dc4ed16e.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/dnsmasq.fc policy/modules/contrib/dnsmasq.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 81ba44cd97e9e66522f60c883d94c190dc4ed16e X-VCS-Branch: master Date: Mon, 25 Nov 2013 19:16:28 +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: d54268e4-eb4a-4e37-b03b-b6a27e9b147a X-Archives-Hash: 852885c175cb2a48781b2cdd2e74e7fa commit: 81ba44cd97e9e66522f60c883d94c190dc4ed16e Author: Dominick Grift gmail com> AuthorDate: Thu Nov 14 13:25:19 2013 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Mon Nov 25 19:14:35 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=81ba44cd dnsmasq: add support for /etc/dnsmasq.d/ Signed-off-by: Dominick Grift gmail.com> --- policy/modules/contrib/dnsmasq.fc | 1 + policy/modules/contrib/dnsmasq.te | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/policy/modules/contrib/dnsmasq.fc b/policy/modules/contrib/dnsmasq.fc index 23ab808..6bc891a 100644 --- a/policy/modules/contrib/dnsmasq.fc +++ b/policy/modules/contrib/dnsmasq.fc @@ -1,4 +1,5 @@ /etc/dnsmasq\.conf -- gen_context(system_u:object_r:dnsmasq_etc_t,s0) +/etc/dnsmasq\.d(/.*)? gen_context(system_u:object_r:dnsmasq_etc_t,s0) /etc/rc\.d/init\.d/dnsmasq -- gen_context(system_u:object_r:dnsmasq_initrc_exec_t,s0) diff --git a/policy/modules/contrib/dnsmasq.te b/policy/modules/contrib/dnsmasq.te index 66aa6d7..0c058c1 100644 --- a/policy/modules/contrib/dnsmasq.te +++ b/policy/modules/contrib/dnsmasq.te @@ -1,4 +1,4 @@ -policy_module(dnsmasq, 1.10.0) +policy_module(dnsmasq, 1.10.1) ######################################## #