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 D37991381F3 for ; Wed, 21 Nov 2012 20:40:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AE2F21C056; Wed, 21 Nov 2012 20:40:38 +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 C549D21C05A for ; Wed, 21 Nov 2012 20:40:37 +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 AF26733D992 for ; Wed, 21 Nov 2012 20:40:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2360BE5442 for ; Wed, 21 Nov 2012 20:40:35 +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: <1353530212.ca744ba6f28d206de53428253f6730306476b3ed.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/rtorrent.fc X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: ca744ba6f28d206de53428253f6730306476b3ed X-VCS-Branch: master Date: Wed, 21 Nov 2012 20:40:35 +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: edc80430-6afe-45c6-9ed9-a9fa163caed4 X-Archives-Hash: 163c55c1d8a373a48a3d416b4236e89d commit: ca744ba6f28d206de53428253f6730306476b3ed Author: Sven Vermeulen siphos be> AuthorDate: Wed Nov 21 20:36:52 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Wed Nov 21 20:36:52 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=ca744ba6 Fix MLS part of context generation Typo in the contexts for MLS/MCS environments caused failures when building the module in MCS/MLS. --- policy/modules/contrib/rtorrent.fc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/modules/contrib/rtorrent.fc b/policy/modules/contrib/rtorrent.fc index 66037c2..f8fcf7c 100644 --- a/policy/modules/contrib/rtorrent.fc +++ b/policy/modules/contrib/rtorrent.fc @@ -1,4 +1,4 @@ -HOME_DIR/.rtorrent.rc -- gen_context(system_u:object_r:rtorrent_home_t,s0,s0) -HOME_DIR/.rtsession(/.*)? gen_context(system_u:object_r:rtorrent_session_t,s0,s0) +HOME_DIR/.rtorrent.rc -- gen_context(system_u:object_r:rtorrent_home_t,s0) +HOME_DIR/.rtsession(/.*)? gen_context(system_u:object_r:rtorrent_session_t,s0) /usr/bin/rtorrent -- gen_context(system_u:object_r:rtorrent_exec_t,s0,s0)