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 3812813877A for ; Fri, 8 Aug 2014 12:36:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F038EE09BE; Fri, 8 Aug 2014 12:36:18 +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 83E50E09BE for ; Fri, 8 Aug 2014 12:36:18 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77F5E340147 for ; Fri, 8 Aug 2014 12:36:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 3935018810 for ; Fri, 8 Aug 2014 12:36:16 +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: <1407497223.6ebb5fbf42a00295958c71b7f3281c728f3ce7a8.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/resolvconf.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 6ebb5fbf42a00295958c71b7f3281c728f3ce7a8 X-VCS-Branch: master Date: Fri, 8 Aug 2014 12:36:16 +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: ba4b20c9-7d49-43da-8a38-4062fb630be9 X-Archives-Hash: 8d836a761855c312195d1931df59b80f Message-ID: <20140808123616.jCdgk8OrYGMmYXjTs2f69EWs3ICy_gJ4n_39enhKqMc@z> commit: 6ebb5fbf42a00295958c71b7f3281c728f3ce7a8 Author: Jason Zaman perfinion com> AuthorDate: Fri Aug 8 11:27:03 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Fri Aug 8 11:27:03 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=6ebb5fbf Allow resolvconf to configure dnsmasq Resolvconf needs to be able to set which dns servers dnsmasq uses. Bug #519240 --- policy/modules/contrib/resolvconf.te | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/policy/modules/contrib/resolvconf.te b/policy/modules/contrib/resolvconf.te index 7fbd00d..32cba23 100644 --- a/policy/modules/contrib/resolvconf.te +++ b/policy/modules/contrib/resolvconf.te @@ -44,6 +44,11 @@ optional_policy(` term_dontaudit_use_console(resolvconf_t) ') +optional_policy(` + dnsmasq_read_config(resolvconf_t) + dnsmasq_write_config(resolvconf_t) +') + ######################################### # # Resolvconf client policy