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 E8B641381F3 for ; Thu, 15 Aug 2013 11:44:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62743E0D64; Thu, 15 Aug 2013 11:44:52 +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 A92B0E0BBC for ; Thu, 15 Aug 2013 11:44:51 +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 ACF4B33E906 for ; Thu, 15 Aug 2013 11:44:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3E98BE5459 for ; Thu, 15 Aug 2013 11:44:49 +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: <1376566907.529cfd80d846dba566f93e462127110bf2121d91.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: 529cfd80d846dba566f93e462127110bf2121d91 X-VCS-Branch: master Date: Thu, 15 Aug 2013 11:44:49 +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: 2b7c7b1c-8342-40c9-9325-6c4e382e3d4d X-Archives-Hash: 4dd588bd0aead8aaae8e24c4b579ab4d commit: 529cfd80d846dba566f93e462127110bf2121d91 Author: Sven Vermeulen siphos be> AuthorDate: Thu Aug 15 11:41:47 2013 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Thu Aug 15 11:41:47 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=529cfd80 Merged with main --- policy/modules/admin/netutils.te | 8 -------- 1 file changed, 8 deletions(-) diff --git a/policy/modules/admin/netutils.te b/policy/modules/admin/netutils.te index 6fb14ea..557da97 100644 --- a/policy/modules/admin/netutils.te +++ b/policy/modules/admin/netutils.te @@ -88,14 +88,6 @@ term_dontaudit_use_console(netutils_t) userdom_use_user_terminals(netutils_t) userdom_use_all_users_fds(netutils_t) -ifdef(`distro_gentoo',` - allow netutils_t self:capability { dac_read_search sys_chroot }; - dontaudit netutils_t self:capability dac_override; - allow netutils_t self:netlink_socket create_socket_perms; - - kernel_read_network_state(netutils_t) -') - optional_policy(` nis_use_ypbind(netutils_t) ')