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 138EA1389E2 for ; Tue, 25 Nov 2014 20:32:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0313E0849; Tue, 25 Nov 2014 20:32:14 +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 54F4DE0849 for ; Tue, 25 Nov 2014 20:32:14 +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 4B0923404FD for ; Tue, 25 Nov 2014 20:32:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA7A5AE77 for ; Tue, 25 Nov 2014 20:32:11 +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: <1416947512.10aa5f14bdf46ec1ce88634a6d6a10cf58827b8a.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/nut.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 10aa5f14bdf46ec1ce88634a6d6a10cf58827b8a X-VCS-Branch: adminroles Date: Tue, 25 Nov 2014 20:32:11 +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: a8347d15-d979-4497-a24a-7f00ff90bcef X-Archives-Hash: 409867cd4451cb2cb6a2c0aabde60355 commit: 10aa5f14bdf46ec1ce88634a6d6a10cf58827b8a Author: Jason Zaman perfinion com> AuthorDate: Tue Nov 25 20:31:52 2014 +0000 Commit: Jason Zaman perfinion com> CommitDate: Tue Nov 25 20:31:52 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=10aa5f14 nut: syntax error in nut_admin --- policy/modules/contrib/nut.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/nut.if b/policy/modules/contrib/nut.if index 57c0161..c606ae6 100644 --- a/policy/modules/contrib/nut.if +++ b/policy/modules/contrib/nut.if @@ -24,7 +24,7 @@ interface(`nut_admin',` ') allow $1 nut_domain:process { ptrace signal_perms }; - ps_process_pattern($1, nut_domain_t) + ps_process_pattern($1, nut_domain) init_labeled_script_domtrans($1, nut_initrc_exec_t) domain_system_change_exemption($1)