Hide Forgot
Description of problem: SELinux is preventing /opt/google/chrome/chrome from read access on the file /jeff/.config/google-chrome/Dictionaries/en-US-2-1.bdic. ***** Plugin catchall_labels (83.8 confidence) suggests ******************** If you want to allow chrome to have read access on the en-US-2-1.bdic file Then you need to change the label on /jeff/.config/google-chrome/Dictionaries/en-US-2-1.bdic Do # semanage fcontext -a -t FILE_TYPE '/jeff/.config/google-chrome/Dictionaries/en-US-2-1.bdic' where FILE_TYPE is one of the following: cgroup_t, chrome_sandbox_exec_t, bin_t, staff_usertype, abrt_var_run_t, usr_t, xguest_usertype, locale_t, user_fonts_t, user_tmpfs_t, sysctl_crypto_t, etc_t, fonts_t, proc_t, sysfs_t, fonts_cache_t, config_home_t, chrome_sandbox_tmpfs_t, user_fonts_cache_t, user_fonts_config_t, abrt_t, lib_t, xserver_tmpfs_t, iceauth_home_t, xauth_home_t, afs_cache_t, abrt_helper_exec_t, ld_so_t, xdm_tmp_t, user_home_type, textrel_shlib_t, user_cron_spool_t, rpm_script_tmp_t, chrome_sandbox_tmp_t, sysadm_usertype, unconfined_usertype, gnome_home_type, xdm_var_run_t, chrome_sandbox_t, staff_execmem_t, user_execmem_t, ld_so_cache_t, sysctl_kernel_t, execmem_exec_t, unconfined_execmem_t, user_usertype. Then execute: Version-Release number of selected component (if applicable): 12.0.742.100 How reproducible: Browse some web pages Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Jeff is your user directory installed in /jeff?
Daniel /jeff is a Linux filesystem. This problem happened once before and I followed the instructions provided in the security alert on how to fix it and that seemed to work. Now, since I updated the Chrome software through the standard update process, even the recommended fix doesn't work.
The problem is /jeff is a homedir and needs to be labeled as such. If you changed it to be mounted under /home and ran restorecon, you should not have a problem. Or you could add an equivalency. # semanage fcontext -a -e /home/jeff /jeff Which would tell the system to label everthing under /jeff as if it was under /home/jeff Then run # restorecon -R -v /jeff