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 E983B138200 for ; Fri, 19 Apr 2013 15:41:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A271E09F7; Fri, 19 Apr 2013 15:41:24 +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 D1ECCE09F7 for ; Fri, 19 Apr 2013 15:41:23 +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 B2D7333DF03 for ; Fri, 19 Apr 2013 15:41:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5594AE4403 for ; Fri, 19 Apr 2013 15:41:21 +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: <1366386045.5f315f3c2e195ca41605abe29529b8df3ecf8207.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: 5f315f3c2e195ca41605abe29529b8df3ecf8207 X-VCS-Branch: master Date: Fri, 19 Apr 2013 15:41:21 +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: e62b4358-ffd4-4b0b-958b-f64a2d4cb203 X-Archives-Hash: 6fb4d0dc9868f1bf1c94d897f93dfd95 commit: 5f315f3c2e195ca41605abe29529b8df3ecf8207 Author: Sven Vermeulen siphos be> AuthorDate: Fri Apr 19 15:40:45 2013 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Fri Apr 19 15:40:45 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=5f315f3c Allow chromium to write to downloads --- policy/modules/contrib/chromium.te | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/policy/modules/contrib/chromium.te b/policy/modules/contrib/chromium.te index 668e590..ec816e4 100644 --- a/policy/modules/contrib/chromium.te +++ b/policy/modules/contrib/chromium.te @@ -159,7 +159,8 @@ xdg_create_config_home_dirs(chromium_t) xdg_create_data_home_dirs(chromium_t) xdg_generic_user_home_dir_filetrans_cache_home(chromium_t, dir, ".cache") xdg_generic_user_home_dir_filetrans_config_home(chromium_t, dir, ".config") -xdg_manage_downloads_home(chromium_t) +xdg_create_downloads_home(chromium_t) +xdg_write_downloads_home(chromium_t) xdg_read_config_home_files(chromium_t) xdg_read_data_home_files(chromium_t)