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 2DAAB1381F3 for ; Mon, 23 Sep 2013 13:31:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2285AE0AD7; Mon, 23 Sep 2013 13:31:47 +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 458BBE0AD7 for ; Mon, 23 Sep 2013 13:31:46 +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 4EECA33ED1F for ; Mon, 23 Sep 2013 13:31:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1CAE6E5459 for ; Mon, 23 Sep 2013 13:31:43 +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: <1379917654.433ae56729bc46e1888bace2d296927d2b4bcffd.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/condor.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 433ae56729bc46e1888bace2d296927d2b4bcffd X-VCS-Branch: master Date: Mon, 23 Sep 2013 13:31:43 +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: e53cf4b3-127f-42d9-9d23-ef11e1e21582 X-Archives-Hash: de577b21d25ccf7bb0552cac7ef9e187 Message-ID: <20130923133143.zubjzoNeDwoJdG_WKPQVV5S5sUIYk4GEMv0hNCRS6Vk@z> commit: 433ae56729bc46e1888bace2d296927d2b4bcffd Author: Miroslav Grepl redhat com> AuthorDate: Thu Aug 22 11:03:42 2013 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Mon Sep 23 06:27:34 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=433ae567 Allow condor domains to manage own logs --- policy/modules/contrib/condor.te | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/policy/modules/contrib/condor.te b/policy/modules/contrib/condor.te index 5fd1388..32b299a 100644 --- a/policy/modules/contrib/condor.te +++ b/policy/modules/contrib/condor.te @@ -68,9 +68,7 @@ allow condor_domain self:unix_stream_socket { accept listen }; rw_files_pattern(condor_domain, condor_conf_t, condor_conf_t) manage_dirs_pattern(condor_domain, condor_log_t, condor_log_t) -append_files_pattern(condor_domain, condor_log_t, condor_log_t) -create_files_pattern(condor_domain, condor_log_t, condor_log_t) -getattr_files_pattern(condor_domain, condor_log_t, condor_log_t) +manage_files_pattern(condor_domain, condor_log_t, condor_log_t) logging_log_filetrans(condor_domain, condor_log_t, { dir file }) manage_dirs_pattern(condor_domain, condor_var_lib_t, condor_var_lib_t)