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 2FD661389E2 for ; Wed, 3 Dec 2014 12:55:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99ACEE08B1; Wed, 3 Dec 2014 12:55:00 +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 DB540E08B8 for ; Wed, 3 Dec 2014 12:54:58 +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 DBCD634065B for ; Wed, 3 Dec 2014 12:54:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2978CB747 for ; Wed, 3 Dec 2014 12:54:54 +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: <1417596213.30451cc4ca123da3b5066e7387717e9163b319ad.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/uptime.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 30451cc4ca123da3b5066e7387717e9163b319ad X-VCS-Branch: master Date: Wed, 3 Dec 2014 12:54:54 +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: 74a419bb-a4e4-4be0-8862-22556908116f X-Archives-Hash: 2909edf9a8635d00d53a8f7ac5a27ccc Message-ID: <20141203125454.962m0p6gkN4-tyJgRwEa_LFVdjmgpPmjEFvWZycTS2c@z> commit: 30451cc4ca123da3b5066e7387717e9163b319ad Author: Jason Zaman perfinion com> AuthorDate: Wed Nov 26 06:39:13 2014 +0000 Commit: Jason Zaman perfinion com> CommitDate: Wed Dec 3 08:43:33 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=30451cc4 uptime: syntax error in uptime_admin --- policy/modules/contrib/uptime.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/uptime.if b/policy/modules/contrib/uptime.if index 01a3234..19f4724 100644 --- a/policy/modules/contrib/uptime.if +++ b/policy/modules/contrib/uptime.if @@ -19,7 +19,7 @@ # interface(`uptime_admin',` gen_require(` - type uptimed_t, uptimed_initrc_exec_t. uptimed_etc_t; + type uptimed_t, uptimed_initrc_exec_t, uptimed_etc_t; type uptimed_spool_t, uptimed_var_run_t; ')