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 107641389E2 for ; Tue, 25 Nov 2014 20:56:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFB92E086F; Tue, 25 Nov 2014 20:56:45 +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 79E90E086F for ; Tue, 25 Nov 2014 20:56:45 +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 373B334049E for ; Tue, 25 Nov 2014 20:56:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71638AE7C for ; Tue, 25 Nov 2014 20:56:42 +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: <1416948980.756f05ce025be70d1034b088b2136c6c34d9e805.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:adminroles commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/rpcbind.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 756f05ce025be70d1034b088b2136c6c34d9e805 X-VCS-Branch: adminroles Date: Tue, 25 Nov 2014 20:56:42 +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: 15f9959a-ccb3-4986-b5a0-ec3033889787 X-Archives-Hash: 542129ef7a311e643938b907750f18ed commit: 756f05ce025be70d1034b088b2136c6c34d9e805 Author: Jason Zaman perfinion com> AuthorDate: Tue Nov 25 20:56:20 2014 +0000 Commit: Jason Zaman perfinion com> CommitDate: Tue Nov 25 20:56:20 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=756f05ce rpcbind: syntax error in rpcbind_admin --- policy/modules/contrib/rpcbind.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/rpcbind.if b/policy/modules/contrib/rpcbind.if index 3b5e9ee..1a1cb99 100644 --- a/policy/modules/contrib/rpcbind.if +++ b/policy/modules/contrib/rpcbind.if @@ -160,7 +160,7 @@ interface(`rpcbind_admin',` allow $1 rpcbind_t:process { ptrace signal_perms }; ps_process_pattern($1, rpcbind_t) - init_labeled_script_domtrans($1, rbcbind_initrc_exec_t) + init_labeled_script_domtrans($1, rpcbind_initrc_exec_t) domain_system_change_exemption($1) role_transition $2 rpcbind_initrc_exec_t system_r; allow $2 system_r;