commit: 3441c5ec064547ac1a06fe8ae5bf2b20bdb6d56b Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be> AuthorDate: Wed Mar 19 18:30:26 2014 +0000 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> 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)
