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 C571F13877A for ; Thu, 31 Jul 2014 15:28:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3416E0821; Thu, 31 Jul 2014 15:28:12 +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 37B30E0821 for ; Thu, 31 Jul 2014 15:28:12 +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 DD2C033FDDB for ; Thu, 31 Jul 2014 15:28:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id EE69618810 for ; Thu, 31 Jul 2014 15:28:08 +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: <1406820392.4e8cfae734742c80fa9e3a79994f301046afd1ae.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.fc X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 4e8cfae734742c80fa9e3a79994f301046afd1ae X-VCS-Branch: master Date: Thu, 31 Jul 2014 15:28:08 +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: 85a3b8d8-9068-4acf-877c-5e0c46146270 X-Archives-Hash: 80a2a1b7930a66ee97be3ce068cabd5c commit: 4e8cfae734742c80fa9e3a79994f301046afd1ae Author: Jason Zaman perfinion com> AuthorDate: Tue Jul 29 14:14:12 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Thu Jul 31 15:26:32 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=4e8cfae7 fcontext for /run/resolvconf/ --- policy/modules/contrib/resolvconf.fc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/contrib/resolvconf.fc b/policy/modules/contrib/resolvconf.fc index a7c9eed..e6a410f 100644 --- a/policy/modules/contrib/resolvconf.fc +++ b/policy/modules/contrib/resolvconf.fc @@ -4,3 +4,5 @@ /lib/resolvconf(/.*)? gen_context(system_u:object_r:bin_t,s0) /sbin/resolvconf -- gen_context(system_u:object_r:resolvconf_exec_t,s0) + +/var/run/resolvconf(/.*)? gen_context(system_u:object_r:resolvconf_var_run_t,s0)