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 3D02E138202 for ; Mon, 23 Sep 2013 06:29:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03D35E09A9; Mon, 23 Sep 2013 06:29:29 +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 2E9DEE09A9 for ; Mon, 23 Sep 2013 06:29:28 +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 380F333E14B for ; Mon, 23 Sep 2013 06:29:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AC9C8E468F for ; Mon, 23 Sep 2013 06:29:24 +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: <1379917597.1306dae79c45f570f9c5ecec1fbf2788a2f96ea6.SwifT@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:merge commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/rpcbind.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 1306dae79c45f570f9c5ecec1fbf2788a2f96ea6 X-VCS-Branch: merge Date: Mon, 23 Sep 2013 06:29:24 +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: 8bead082-223e-4bce-97aa-2c4f44694d8c X-Archives-Hash: 7970f45876933b4a112474498ba73bfb Message-ID: <20130923062924.OU9ZAnzy1wijNCj-sBs8RBxr3R4hMGTOnpLnNdJSj-0@z> commit: 1306dae79c45f570f9c5ecec1fbf2788a2f96ea6 Author: Dominick Grift gmail com> AuthorDate: Thu Sep 19 17:11:58 2013 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Mon Sep 23 06:26:37 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=1306dae7 Remove duplicate rules due to addition of auth_use_nsswitch() Signed-off-by: Dominick Grift gmail.com> --- policy/modules/contrib/rpcbind.te | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/policy/modules/contrib/rpcbind.te b/policy/modules/contrib/rpcbind.te index 31d9287..bad1939 100644 --- a/policy/modules/contrib/rpcbind.te +++ b/policy/modules/contrib/rpcbind.te @@ -1,4 +1,4 @@ -policy_module(rpcbind, 1.6.0) +policy_module(rpcbind, 1.6.1) ######################################## # @@ -62,7 +62,6 @@ corecmd_exec_shell(rpcbind_t) domain_use_interactive_fds(rpcbind_t) -files_read_etc_files(rpcbind_t) files_read_etc_runtime_files(rpcbind_t) auth_use_nsswitch(rpcbind_t) @@ -70,9 +69,3 @@ auth_use_nsswitch(rpcbind_t) logging_send_syslog_msg(rpcbind_t) miscfiles_read_localization(rpcbind_t) - -sysnet_dns_name_resolve(rpcbind_t) - -optional_policy(` - nis_use_ypbind(rpcbind_t) -')