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 4AFF713888F for ; Wed, 14 Oct 2015 18:35:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72444E07F9; Wed, 14 Oct 2015 18:35:39 +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 1A0FBE07F9 for ; Wed, 14 Oct 2015 18:35:39 +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 D13DF340928 for ; Wed, 14 Oct 2015 18:35:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2631410DB for ; Wed, 14 Oct 2015 18:35:33 +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: <1444847693.978ce09db2ebb2af831a04aae9e973d2706a25dd.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/system/ipsec.te X-VCS-Directories: policy/modules/system/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 978ce09db2ebb2af831a04aae9e973d2706a25dd X-VCS-Branch: master Date: Wed, 14 Oct 2015 18:35:33 +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: 3a8bc0d5-c90a-4d81-9357-621f1daa47a5 X-Archives-Hash: 3ef2c4dc44e7363f7cc43a69b7ff8b55 Message-ID: <20151014183533.4OahEH_xm2-kRp2Gz5T870gY67ALo9GyBSnJ03OVi5Y@z> commit: 978ce09db2ebb2af831a04aae9e973d2706a25dd Author: Jason Zaman perfinion com> AuthorDate: Wed Oct 14 18:34:53 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Wed Oct 14 18:34:53 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=978ce09d ipsec: Allow ipsec to run resolvconf policy/modules/system/ipsec.te | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/policy/modules/system/ipsec.te b/policy/modules/system/ipsec.te index 02fad03..3dd5c8b 100644 --- a/policy/modules/system/ipsec.te +++ b/policy/modules/system/ipsec.te @@ -514,4 +514,13 @@ ifdef(`distro_gentoo',` # domain_use_interactive_fds(setkey_t) + + ######################################## + # + # ipsec_mgmt Local policy + # + + optional_policy(` + resolvconf_client_domain(ipsec_mgmt_t) + ') ')