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 EF4C8138CD3 for ; Tue, 9 Jun 2015 10:52:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A2B4E085E; Tue, 9 Jun 2015 10:52: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 1BE7AE085E for ; Tue, 9 Jun 2015 10:52:12 +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 63573340A02 for ; Tue, 9 Jun 2015 10:52:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 888B4A32 for ; Tue, 9 Jun 2015 10:52:06 +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: <1433846703.4835f7f1d0a050d045335d19505e8113de883dfa.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/admin/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/admin/netutils.te X-VCS-Directories: policy/modules/admin/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 4835f7f1d0a050d045335d19505e8113de883dfa X-VCS-Branch: master Date: Tue, 9 Jun 2015 10:52:06 +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: f8ce0474-50a5-4a23-b4f0-f9089c349f72 X-Archives-Hash: 246004a9952c6fc9fa7f59f079ddd72e Message-ID: <20150609105206.304hlnFINFBXWK8xhLizoALvM4t23k8NrhhltzZIKhc@z> commit: 4835f7f1d0a050d045335d19505e8113de883dfa Author: Sven Vermeulen siphos be> AuthorDate: Tue Jun 9 10:45:03 2015 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Tue Jun 9 10:45:03 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=4835f7f1 Support capabilities for tcpdump (netutils_t) policy/modules/admin/netutils.te | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/policy/modules/admin/netutils.te b/policy/modules/admin/netutils.te index 54e1603..407685f 100644 --- a/policy/modules/admin/netutils.te +++ b/policy/modules/admin/netutils.te @@ -224,6 +224,11 @@ ifdef(`distro_gentoo',` # # Fix bug 535988 + allow netutils_t self:process getcap; + allow netutils_t self:capability setpcap; + + kernel_request_load_module(netutils_t) kernel_dontaudit_search_debugfs(netutils_t) - dev_dontaudit_read_usbmon_dev(netutils_t) + + dev_dontaudit_read_usbmon_dev(netutils_t) ')