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 429BF1389E2 for ; Tue, 25 Nov 2014 19:24:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6DF4E082F; Tue, 25 Nov 2014 19:24:55 +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 619D5E082F for ; Tue, 25 Nov 2014 19:24:54 +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 D54C5340591 for ; Tue, 25 Nov 2014 19:24:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21B9CAE6A for ; Tue, 25 Nov 2014 19:24:52 +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: <1416942570.e30a8c762fd4750dc53a9db1bb5b4730cbe7657d.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/uptime.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: e30a8c762fd4750dc53a9db1bb5b4730cbe7657d X-VCS-Branch: adminroles Date: Tue, 25 Nov 2014 19:24:52 +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: 50b70597-cd30-4406-bd68-360b94ce02e8 X-Archives-Hash: dc0999b859fc3d8354e34be924d12a9a commit: e30a8c762fd4750dc53a9db1bb5b4730cbe7657d Author: Jason Zaman perfinion com> AuthorDate: Tue Nov 25 19:09:30 2014 +0000 Commit: Jason Zaman perfinion com> CommitDate: Tue Nov 25 19:09:30 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=e30a8c76 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; ')