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 6AAB41381F3 for ; Fri, 16 Aug 2013 11:26:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 272BCE0BBB; Fri, 16 Aug 2013 11:26:17 +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 B4D45E0BBB for ; Fri, 16 Aug 2013 11:26:16 +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 9DDA033EC99 for ; Fri, 16 Aug 2013 11:26:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1ABCCE468F for ; Fri, 16 Aug 2013 11:26:13 +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: <1376652292.19d02e1f859cde73e6118fda6f458699e8cc79eb.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: 19d02e1f859cde73e6118fda6f458699e8cc79eb X-VCS-Branch: master Date: Fri, 16 Aug 2013 11:26:13 +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: 13040a4e-c748-4cee-93c2-cea825941162 X-Archives-Hash: 87972942eda06030882ae14e2eb7c17a commit: 19d02e1f859cde73e6118fda6f458699e8cc79eb Author: Sven Vermeulen siphos be> AuthorDate: Fri Aug 16 11:24:52 2013 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Fri Aug 16 11:24:52 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=19d02e1f Filetrans is now in xdg_cache_home_filetrans --- policy/modules/contrib/chromium.te | 1 - 1 file changed, 1 deletion(-) diff --git a/policy/modules/contrib/chromium.te b/policy/modules/contrib/chromium.te index ec816e4..666a899 100644 --- a/policy/modules/contrib/chromium.te +++ b/policy/modules/contrib/chromium.te @@ -157,7 +157,6 @@ 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_generic_user_home_dir_filetrans_cache_home(chromium_t, dir, ".cache") xdg_generic_user_home_dir_filetrans_config_home(chromium_t, dir, ".config") xdg_create_downloads_home(chromium_t) xdg_write_downloads_home(chromium_t)