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 262FB1389E2 for ; Wed, 3 Dec 2014 12:56:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38685E093D; Wed, 3 Dec 2014 12:56:37 +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 1FCD8E092F for ; Wed, 3 Dec 2014 12:56:35 +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 E436634066C for ; Wed, 3 Dec 2014 12:56:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68034B73E for ; Wed, 3 Dec 2014 12:56:29 +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: <1417596199.3dc49e7336ef420697a7fa36661518c47e4f4356.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: 3dc49e7336ef420697a7fa36661518c47e4f4356 X-VCS-Branch: adminroles Date: Wed, 3 Dec 2014 12:56:29 +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: fe0d4123-7f44-4a31-a0dd-2bca28adf871 X-Archives-Hash: 11d8019959a7fc08910ff1c395ede6f7 Message-ID: <20141203125629.kJjmA6P-Bzwk8KsUkCvlNtEYM01x1hZRHULSwRNVtaM@z> commit: 3dc49e7336ef420697a7fa36661518c47e4f4356 Author: Jason Zaman perfinion com> AuthorDate: Wed Nov 26 06:39:05 2014 +0000 Commit: Jason Zaman perfinion com> CommitDate: Wed Dec 3 08:43:19 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=3dc49e73 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)