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 15F981389E2 for ; Wed, 3 Dec 2014 12:55:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65CF5E08AD; Wed, 3 Dec 2014 12:54:58 +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 56DB4E08AB for ; Wed, 3 Dec 2014 12:54:57 +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 570FD3405E2 for ; Wed, 3 Dec 2014 12:54:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87F26B73E for ; Wed, 3 Dec 2014 12:54:53 +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.817c2b06a9056545eb11ff3d6f247c4d52913fdc.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/kismet.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 817c2b06a9056545eb11ff3d6f247c4d52913fdc X-VCS-Branch: master Date: Wed, 3 Dec 2014 12:54:53 +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: 4f90a6d9-b89d-4754-8b89-e10059035da3 X-Archives-Hash: 294faf8294b790561d0f3c6b4f15271d Message-ID: <20141203125453.7EF-iMLUBPmVsA4lnjPangwsSST6BYVciQ2eYtW4eoo@z> commit: 817c2b06a9056545eb11ff3d6f247c4d52913fdc Author: Jason Zaman perfinion com> AuthorDate: Wed Nov 26 06:39:04 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=817c2b06 kismet: syntax error in kismet_admin --- policy/modules/contrib/kismet.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/kismet.if b/policy/modules/contrib/kismet.if index aa2a337..f20de6e 100644 --- a/policy/modules/contrib/kismet.if +++ b/policy/modules/contrib/kismet.if @@ -283,7 +283,7 @@ interface(`kismet_manage_log',` interface(`kismet_admin',` gen_require(` type kismet_t, kismet_var_lib_t, kismet_var_run_t; - type kismet_log_t, kismet_tmp_t; + type kismet_log_t, kismet_tmp_t, kismet_initrc_exec_t; ') init_labeled_script_domtrans($1, kismet_initrc_exec_t)