Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalOughtness authored Jan 13, 2025
1 parent 9c1580c commit c0943ae
Showing 1 changed file with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions files/scripts/selinux/chromium/chromium.te
Original file line number Diff line number Diff line change
Expand Up @@ -38,51 +38,51 @@ allow chromium_t self:dir rw_dir_perms;
allow chromium_t self:socket_class_set create_socket_perms;

gen_require(`
type alsa_etc_rw_t;
type bin_t;
type cache_home_t;
type cert_t;
type chrome_sandbox_home_t;
type config_home_t;
type data_home_t;
type alsa_etc_rw_t;
type bin_t;
type cache_home_t;
type cert_t;
type chrome_sandbox_home_t;
type config_home_t;
type data_home_t;
type dma_device_t;
type dri_device_t;
type etc_t;
type fs_t;
type gconf_home_t;
type hwdata_t;
type http_port_t;
type init_t;
type dri_device_t;
type etc_t;
type fs_t;
type gconf_home_t;
type hwdata_t;
type http_port_t;
type init_t;
type init_var_run_t
type locale_t;
type net_conf_t;
type passwd_file_t;
type pcscd_t;
type pcscd_var_run_t;
type proc_t;
type root_t;
type session_dbusd_tmp_t;
type shell_exec_t;
type locale_t;
type net_conf_t;
type passwd_file_t;
type pcscd_t;
type pcscd_var_run_t;
type proc_t;
type root_t;
type session_dbusd_tmp_t;
type shell_exec_t;
type sysctl_fs_t;
type sysfs_t;
type system_dbusd_t;
type system_dbusd_var_run_t;
type systemd_hostnamed_t;
type systemd_logind_t;
type systemd_resolved_var_run_t;
type tmp_t;
type tmpfs_t;
type unconfined_dbusd_t;
type unconfined_t;
type sysfs_t;
type system_dbusd_t;
type system_dbusd_var_run_t;
type systemd_hostnamed_t;
type systemd_logind_t;
type systemd_resolved_var_run_t;
type tmp_t;
type tmpfs_t;
type unconfined_dbusd_t;
type unconfined_t;
type udev_var_run_t;
type user_devpts_t;
type user_fonts_cache_t;
type user_fonts_config_t;
type user_fonts_t;
type user_home_dir_t;
type user_home_t;
type user_tmp_t;
type var_lib_t;
type user_devpts_t;
type user_fonts_cache_t;
type user_fonts_config_t;
type user_fonts_t;
type user_home_dir_t;
type user_home_t;
type user_tmp_t;
type var_lib_t;
')

allow chromium_t alsa_etc_rw_t:file { getattr };
Expand Down

0 comments on commit c0943ae

Please sign in to comment.