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 250BB138247 for ; Mon, 11 Nov 2013 13:46:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF57DE0BAA; Mon, 11 Nov 2013 13:45:57 +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 B9795E0BA8 for ; Mon, 11 Nov 2013 13:45:56 +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 2387533F1ED for ; Mon, 11 Nov 2013 13:45:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 45970E54D5 for ; Mon, 11 Nov 2013 13:45:53 +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: <1384177431.4ed0f5b3992d47fb6e1906224cce8d1cae478e80.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/firewalld.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 4ed0f5b3992d47fb6e1906224cce8d1cae478e80 X-VCS-Branch: master Date: Mon, 11 Nov 2013 13:45:53 +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: bddc8968-786f-47e9-9ab5-bc8f83d93a1a X-Archives-Hash: bf234f939d93de1b304fa72efe417a0f commit: 4ed0f5b3992d47fb6e1906224cce8d1cae478e80 Author: Dominick Grift gmail com> AuthorDate: Sun Sep 29 17:10:41 2013 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Mon Nov 11 13:43:51 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=4ed0f5b3 firewalld: traverses / on sysfs Signed-off-by: Dominick Grift gmail.com> --- policy/modules/contrib/firewalld.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/firewalld.te b/policy/modules/contrib/firewalld.te index 7ac9b31..98072a3 100644 --- a/policy/modules/contrib/firewalld.te +++ b/policy/modules/contrib/firewalld.te @@ -59,6 +59,7 @@ corecmd_exec_bin(firewalld_t) corecmd_exec_shell(firewalld_t) dev_read_urand(firewalld_t) +dev_search_sysfs(firewalld_t) domain_use_interactive_fds(firewalld_t)