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 696A3138A6C for ; Tue, 11 Nov 2014 13:36:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC94AE0B6A; Tue, 11 Nov 2014 13:36:15 +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 7A6BAE0B6A for ; Tue, 11 Nov 2014 13:36:15 +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 7193E340486 for ; Tue, 11 Nov 2014 13:36:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A998A9EB1 for ; Tue, 11 Nov 2014 13:36:12 +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: <1415712801.f849d7e0c29175d717cb3addf4285ce09a20c2bb.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.fc X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: f849d7e0c29175d717cb3addf4285ce09a20c2bb X-VCS-Branch: master Date: Tue, 11 Nov 2014 13:36:12 +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: 7ffd522b-2dcd-450f-b5e2-34b24a930827 X-Archives-Hash: 94c47c3cc5ee20d17e611b1d3ba939d1 commit: f849d7e0c29175d717cb3addf4285ce09a20c2bb Author: Sven Vermeulen siphos be> AuthorDate: Tue Nov 11 13:33:21 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Tue Nov 11 13:33:21 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=f849d7e0 Force munin crontab to be system_u (define context), fix bug #526532 --- policy/modules/contrib/cron.fc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/policy/modules/contrib/cron.fc b/policy/modules/contrib/cron.fc index 266a439..590908c 100644 --- a/policy/modules/contrib/cron.fc +++ b/policy/modules/contrib/cron.fc @@ -60,3 +60,7 @@ ifdef(`distro_suse',` /var/spool/cron/lastrun/[^/]* -- <> /var/spool/cron/tabs -d gen_context(system_u:object_r:cron_spool_t,s0) ') + +ifdef(`distro_gentoo',` +/var/spool/cron/crontabs/munin -- gen_context(system_u:object_r:system_cron_spool_t,s0) +')