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 DBEC01393E9 for ; Sun, 27 Apr 2014 15:34:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 487E4E0A43; Sun, 27 Apr 2014 15:34:13 +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 C61C6E09A9 for ; Sun, 27 Apr 2014 15:34:12 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF28933FEC5 for ; Sun, 27 Apr 2014 15:34:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 9987218744 for ; Sun, 27 Apr 2014 15:34:09 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1398612513.3c4177f900ccfde8a5731099afbc98fee3131e31.swift@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/cron.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 3c4177f900ccfde8a5731099afbc98fee3131e31 X-VCS-Branch: master Date: Sun, 27 Apr 2014 15:34:09 +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: 52a2afa4-2e5d-4467-a6b2-9bd071cd0bae X-Archives-Hash: 9533732365249d96cfb6e863f4e30c2f commit: 3c4177f900ccfde8a5731099afbc98fee3131e31 Author: Chris PeBenito tresys com> AuthorDate: Thu Apr 24 16:51:50 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sun Apr 27 15:28:33 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=3c4177f9 Add missing cron_admin_role() dependency. --- policy/modules/contrib/cron.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/cron.if b/policy/modules/contrib/cron.if index 2ad65f8..893ff91 100644 --- a/policy/modules/contrib/cron.if +++ b/policy/modules/contrib/cron.if @@ -222,7 +222,7 @@ interface(`cron_admin_role',` gen_require(` type cronjob_t, crontab_exec_t, admin_crontab_t; class passwd crontab; - type crond_t, user_cron_spool_t; + type crond_t, crond_var_run_t, user_cron_spool_t; bool cron_userdomain_transition; ')