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 76FB0138A1A for ; Sun, 25 Jan 2015 13:46:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA685E0897; Sun, 25 Jan 2015 13:46:43 +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 D2EBEE0897 for ; Sun, 25 Jan 2015 13:46:42 +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 2BE8634039E for ; Sun, 25 Jan 2015 13:46:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EA8310583 for ; Sun, 25 Jan 2015 13:46:39 +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: <1422193520.1cad3696a2d8379f4c39588580ab51a2cdb2f601.swift@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: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 1cad3696a2d8379f4c39588580ab51a2cdb2f601 X-VCS-Branch: next Date: Sun, 25 Jan 2015 13:46:39 +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: 20d0e400-e189-4e4f-ad9b-6367586b7b38 X-Archives-Hash: 00e8d5c72feee99cde5cd134da8b3aa2 commit: 1cad3696a2d8379f4c39588580ab51a2cdb2f601 Author: Jason Zaman perfinion com> AuthorDate: Tue Jan 20 14:31:35 2015 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sun Jan 25 13:45:20 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=1cad3696 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) ')