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 9DA121381F3 for ; Thu, 26 Sep 2013 18:48:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C7E2E0D9B; Thu, 26 Sep 2013 18:48:00 +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 C4C7BE0D9B for ; Thu, 26 Sep 2013 18:47:59 +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 DC2EE33EE7D for ; Thu, 26 Sep 2013 18:47:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8E74FE5309 for ; Thu, 26 Sep 2013 18:47:57 +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: <1380221253.7d060f2880ed17e2ab15ae44eed7028fc96fa07f.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/chromium.fc X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 7d060f2880ed17e2ab15ae44eed7028fc96fa07f X-VCS-Branch: master Date: Thu, 26 Sep 2013 18:47:57 +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: ff9ad7f2-96dd-46e6-8f2a-a1df36ffe0e2 X-Archives-Hash: d18d36d40bf43674fc50283eafd59056 commit: 7d060f2880ed17e2ab15ae44eed7028fc96fa07f Author: Sven Vermeulen siphos be> AuthorDate: Thu Sep 26 18:47:33 2013 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Thu Sep 26 18:47:33 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=7d060f28 Fix bug #486088 - Correct file context for sandbox binary --- policy/modules/contrib/chromium.fc | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/chromium.fc b/policy/modules/contrib/chromium.fc index defd4f1..86bac46 100644 --- a/policy/modules/contrib/chromium.fc +++ b/policy/modules/contrib/chromium.fc @@ -1,5 +1,6 @@ /usr/lib/chromium-browser/chrome -- gen_context(system_u:object_r:chromium_exec_t,s0) /usr/lib/chromium-browser/chrome_sandbox -- gen_context(system_u:object_r:chromium_sandbox_exec_t,s0) +/usr/lib/chromium-browser/chrome-sandbox -- gen_context(system_u:object_r:chromium_sandbox_exec_t,s0) /usr/lib/chromium-browser/chromium-launcher\.sh -- gen_context(system_u:object_r:chromium_exec_t,s0) /usr/lib/chromium-browser/nacl_helper_bootstrap -- gen_context(system_u:object_r:chromium_naclhelper_exec_t,s0)