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 E2804138A1A for ; Tue, 20 Jan 2015 15:08:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4F37E099F; Tue, 20 Jan 2015 15:08:57 +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 E810FE099F for ; Tue, 20 Jan 2015 15:08:56 +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 02DA63406F8 for ; Tue, 20 Jan 2015 15:08:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED33BFFE4 for ; Tue, 20 Jan 2015 15:08:52 +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: <1421764352.7afc5feae4c17be7e24c75561cf5605509481284.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/system/init.te X-VCS-Directories: policy/modules/system/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 7afc5feae4c17be7e24c75561cf5605509481284 X-VCS-Branch: next Date: Tue, 20 Jan 2015 15:08:52 +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: 444c2be8-f3bf-4938-b83c-77fcad2d655b X-Archives-Hash: 800bd8a54d95a0d2042356202f428ad3 commit: 7afc5feae4c17be7e24c75561cf5605509481284 Author: Jason Zaman perfinion com> AuthorDate: Tue Jan 20 14:31:35 2015 +0000 Commit: Jason Zaman perfinion com> CommitDate: Tue Jan 20 14:32:32 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=7afc5fea init: needs access to networkmanager rawip sockets --- policy/modules/system/init.te | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/policy/modules/system/init.te b/policy/modules/system/init.te index 5d83a49..c265e53 100644 --- a/policy/modules/system/init.te +++ b/policy/modules/system/init.te @@ -977,6 +977,11 @@ ifdef(`distro_gentoo',` ') optional_policy(` + networkmanager_rw_rawip_sockets(initrc_t) + networkmanager_stream_connect(initrc_t) + ') + + optional_policy(` fail2ban_stream_connect(initrc_t) ')