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 84F0C1381F3 for ; Sat, 24 Aug 2013 15:36:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD758E0A02; Sat, 24 Aug 2013 15:36:53 +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 5B357E0A02 for ; Sat, 24 Aug 2013 15:36:53 +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 3E48E33ECD8 for ; Sat, 24 Aug 2013 15:36:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E4501E468F for ; Sat, 24 Aug 2013 15:36:50 +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: <1377358520.1913081c1b985586a2c80362d59d65abdcd22d6d.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: 1913081c1b985586a2c80362d59d65abdcd22d6d X-VCS-Branch: master Date: Sat, 24 Aug 2013 15:36:50 +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: 1e5a4e11-1a79-419b-9abd-8a2b62fdbbc3 X-Archives-Hash: 53000423e5de595fc88688e2e5d5d957 commit: 1913081c1b985586a2c80362d59d65abdcd22d6d Author: Sven Vermeulen siphos be> AuthorDate: Sat Aug 24 15:35:20 2013 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Sat Aug 24 15:35:20 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=1913081c Creation of .config is implied in xdg_config_home_filetrans call --- 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 666a899..23d799d 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_config_home(chromium_t, dir, ".config") xdg_create_downloads_home(chromium_t) xdg_write_downloads_home(chromium_t) xdg_read_config_home_files(chromium_t)