From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CDE45139085 for ; Mon, 23 Jan 2017 18:17:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC45623408D; Mon, 23 Jan 2017 18:17:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CCEFC23408D for ; Mon, 23 Jan 2017 18:17:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BAC38341375 for ; Mon, 23 Jan 2017 18:17:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 865872D0E for ; Mon, 23 Jan 2017 18:17:35 +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: <1485194655.bd9a0390dde045170e4291bbd5a0e8655d435b39.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/sysnetwork.te X-VCS-Directories: policy/modules/system/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: bd9a0390dde045170e4291bbd5a0e8655d435b39 X-VCS-Branch: master Date: Mon, 23 Jan 2017 18:17:35 +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: 4a308706-a6f9-4a6a-bb96-cb8ced34b381 X-Archives-Hash: 92044265caa2bc28f041b4b62cc690f4 commit: bd9a0390dde045170e4291bbd5a0e8655d435b39 Author: Jason Zaman perfinion com> AuthorDate: Mon Jan 23 18:04:15 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Mon Jan 23 18:04:15 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=bd9a0390 sysnetwork: allow dhcpc scripts to run resolvconf dhcpcd runs resolvconf from a script not directly from dhcpc_t type=AVC msg=audit(1480827246.554:34865): avc: denied { open } for pid=16908 comm="resolvconf" path="/proc/meminfo" dev="proc" ino=4026531989 scontext=system_u:system_r:resolvconf_t tcontext=system_u:object_r:proc_t tclass=file Gentoo-Bug: https://bugs.gentoo.org/602624 policy/modules/system/sysnetwork.te | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/policy/modules/system/sysnetwork.te b/policy/modules/system/sysnetwork.te index 18090d0..c7fdcb9 100644 --- a/policy/modules/system/sysnetwork.te +++ b/policy/modules/system/sysnetwork.te @@ -493,4 +493,8 @@ ifdef(`distro_gentoo',` optional_policy(` ntp_manage_config(dhcpc_script_t) ') + + optional_policy(` + resolvconf_client_domain(dhcpc_script_t) + ') ')