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 5F7251391DB for ; Wed, 19 Mar 2014 18:32:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C927E0A7C; Wed, 19 Mar 2014 18:32:39 +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 C76FFE0A7C for ; Wed, 19 Mar 2014 18:32:38 +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 E508433FF49 for ; Wed, 19 Mar 2014 18:32:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 6C5A918875 for ; Wed, 19 Mar 2014 18:32:36 +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: <1395253826.3441c5ec064547ac1a06fe8ae5bf2b20bdb6d56b.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.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 3441c5ec064547ac1a06fe8ae5bf2b20bdb6d56b X-VCS-Branch: master Date: Wed, 19 Mar 2014 18:32:36 +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: f30d4198-9524-4f58-b75e-379ede865453 X-Archives-Hash: 1f9277941f3a4dbc44eb8005396842b0 commit: 3441c5ec064547ac1a06fe8ae5bf2b20bdb6d56b Author: Sven Vermeulen siphos be> AuthorDate: Wed Mar 19 18:30:26 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Wed Mar 19 18:30:26 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=3441c5ec Need to manage downloads as Chromium does renames and such --- policy/modules/contrib/chromium.te | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/policy/modules/contrib/chromium.te b/policy/modules/contrib/chromium.te index 23d799d..3585ae8 100644 --- a/policy/modules/contrib/chromium.te +++ b/policy/modules/contrib/chromium.te @@ -157,8 +157,7 @@ userdom_use_user_terminals(chromium_t) xdg_create_cache_home_dirs(chromium_t) xdg_create_config_home_dirs(chromium_t) xdg_create_data_home_dirs(chromium_t) -xdg_create_downloads_home(chromium_t) -xdg_write_downloads_home(chromium_t) +xdg_manage_downloads_home(chromium_t) xdg_read_config_home_files(chromium_t) xdg_read_data_home_files(chromium_t)