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 AE470138247 for ; Mon, 20 Jan 2014 20:34:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBA06E0CC8; Mon, 20 Jan 2014 20:33:59 +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 56497E0CC8 for ; Mon, 20 Jan 2014 20:33:59 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66C2333F970 for ; Mon, 20 Jan 2014 20:33:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 12F191816A for ; Mon, 20 Jan 2014 20:33:56 +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: <1390249947.966f8dfaae29ab6192222828a396ca3f38458f6b.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/consolekit.fc X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 966f8dfaae29ab6192222828a396ca3f38458f6b X-VCS-Branch: master Date: Mon, 20 Jan 2014 20:33:56 +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: c704ed9c-3665-46c6-a740-ebfe5e9867fe X-Archives-Hash: c742f2a50764499ea9ed0715cf73805e commit: 966f8dfaae29ab6192222828a396ca3f38458f6b Author: Sven Vermeulen siphos be> AuthorDate: Mon Jan 20 20:32:27 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Mon Jan 20 20:32:27 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=966f8dfa Fix bug #497986 - Scripts provided by consolekit should be bin_t --- policy/modules/contrib/consolekit.fc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/policy/modules/contrib/consolekit.fc b/policy/modules/contrib/consolekit.fc index 23c9558..0ce1e53 100644 --- a/policy/modules/contrib/consolekit.fc +++ b/policy/modules/contrib/consolekit.fc @@ -5,3 +5,8 @@ /var/run/ConsoleKit(/.*)? gen_context(system_u:object_r:consolekit_var_run_t,s0) /var/run/consolekit\.pid -- gen_context(system_u:object_r:consolekit_var_run_t,s0) /var/run/console-kit-daemon\.pid -- gen_context(system_u:object_r:consolekit_var_run_t,s0) + +ifdef(`distro_gentoo',` +# Bug 497986 +/usr/lib/ConsoleKit/.* -- gen_context(system_u:object_r:bin_t,s0) +')