diff options
author | Sven Vermeulen <sven.vermeulen@siphos.be> | 2014-03-19 19:30:26 +0100 |
---|---|---|
committer | Sven Vermeulen <sven.vermeulen@siphos.be> | 2014-03-19 19:30:26 +0100 |
commit | 3441c5ec064547ac1a06fe8ae5bf2b20bdb6d56b (patch) | |
tree | 9f302a5b5793517b2eedc082c872097507987658 | |
parent | Merge with upstream (diff) | |
download | hardened-refpolicy-2.20140311-r1.tar.gz hardened-refpolicy-2.20140311-r1.tar.bz2 hardened-refpolicy-2.20140311-r1.zip |
Need to manage downloads as Chromium does renames and such2.20140311-r1
-rw-r--r-- | policy/modules/contrib/chromium.te | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/policy/modules/contrib/chromium.te b/policy/modules/contrib/chromium.te index 23d799d14..3585ae876 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) |