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 0F2931381F3 for ; Wed, 17 Apr 2013 17:50:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08507E0AC5; Wed, 17 Apr 2013 17:50:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C9A2E0AB8 for ; Wed, 17 Apr 2013 17:50:17 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1041833DE8E for ; Wed, 17 Apr 2013 17:50:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 01DF5E440E for ; Wed, 17 Apr 2013 17:50:15 +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: <1366220611.a3b2fc45ae2980c6f56a7c6e48167c7e14723648.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/puppet.fc X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: a3b2fc45ae2980c6f56a7c6e48167c7e14723648 X-VCS-Branch: master Date: Wed, 17 Apr 2013 17:50:15 +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: c3c95df8-d8c3-4f97-b046-0a67dba38841 X-Archives-Hash: 01c5180f718aa6d40eafd40760a7c6b8 commit: a3b2fc45ae2980c6f56a7c6e48167c7e14723648 Author: Sven Vermeulen siphos be> AuthorDate: Thu Apr 11 08:34:40 2013 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Wed Apr 17 17:43:31 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=a3b2fc45 Update file contexts for puppet Signed-off-by: Sven Vermeulen siphos.be> --- policy/modules/contrib/puppet.fc | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/policy/modules/contrib/puppet.fc b/policy/modules/contrib/puppet.fc index 04240b0..c97ac6b 100644 --- a/policy/modules/contrib/puppet.fc +++ b/policy/modules/contrib/puppet.fc @@ -3,6 +3,10 @@ /etc/rc\.d/init\.d/puppet -- gen_context(system_u:object_r:puppet_initrc_exec_t,s0) /etc/rc\.d/init\.d/puppetmaster -- gen_context(system_u:object_r:puppetmaster_initrc_exec_t,s0) +/usr/bin/puppetca -- gen_context(system_u:object_r:puppetca_exec_t,s0) +/usr/bin/puppetd -- gen_context(system_u:object_r:puppet_exec_t,s0) +/usr/bin/puppetmasterd -- gen_context(system_u:object_r:puppetmaster_exec_t,s0) + /usr/sbin/puppetca -- gen_context(system_u:object_r:puppetca_exec_t,s0) /usr/bin/puppetca -- gen_context(system_u:object_r:puppetca_exec_t,s0) /usr/bin/puppetd -- gen_context(system_u:object_r:puppet_exec_t,s0)