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 D992C13838B for ; Sat, 13 Sep 2014 09:38:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA762E0845; Sat, 13 Sep 2014 09:38: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 10F05E0845 for ; Sat, 13 Sep 2014 09:38:36 +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 354C2340222 for ; Sat, 13 Sep 2014 09:38:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5B8E558F for ; Sat, 13 Sep 2014 09:38:34 +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: <1410599815.146e952a40fd58ae69176dfdde31d389cc516c2d.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 policy/modules/contrib/cron.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 146e952a40fd58ae69176dfdde31d389cc516c2d X-VCS-Branch: master Date: Sat, 13 Sep 2014 09:38:34 +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: 4e1c9198-9a09-4853-8c23-4b45d46be799 X-Archives-Hash: 93e47abd9eecc841cd35f1dd3c9840b0 commit: 146e952a40fd58ae69176dfdde31d389cc516c2d Author: Dominick Grift gmail com> AuthorDate: Tue Sep 9 16:12:02 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sat Sep 13 09:16:55 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=146e952a cron: that boolean identifier does not exist also require it --- policy/modules/contrib/cron.if | 4 ++-- policy/modules/contrib/cron.te | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/policy/modules/contrib/cron.if b/policy/modules/contrib/cron.if index 893ff91..868d89f 100644 --- a/policy/modules/contrib/cron.if +++ b/policy/modules/contrib/cron.if @@ -223,7 +223,7 @@ interface(`cron_admin_role',` type cronjob_t, crontab_exec_t, admin_crontab_t; class passwd crontab; type crond_t, crond_var_run_t, user_cron_spool_t; - bool cron_userdomain_transition; + bool cron_userdomain_transition, fcron_crond; ') ############################## @@ -277,7 +277,7 @@ interface(`cron_admin_role',` dontaudit $2 cronjob_t:process { ptrace signal_perms }; ') - tunable_policy(`crond_fcron',` + tunable_policy(`fcron_crond',` # Support for fcrondyn stream_connect_pattern($2, crond_var_run_t, crond_var_run_t, crond_t) ') diff --git a/policy/modules/contrib/cron.te b/policy/modules/contrib/cron.te index 237c2a6..0555125 100644 --- a/policy/modules/contrib/cron.te +++ b/policy/modules/contrib/cron.te @@ -1,4 +1,4 @@ -policy_module(cron, 2.7.1) +policy_module(cron, 2.7.2) gen_require(` class passwd rootok;