]> git.ipfire.org Git - people/stevee/selinux-policy.git/commitdiff
Allow mozilla_plugin_t to manage mozilla_home_t
authorMiroslav Grepl <mgrepl@redhat.com>
Thu, 8 Dec 2011 18:12:10 +0000 (18:12 +0000)
committerMiroslav Grepl <mgrepl@redhat.com>
Thu, 8 Dec 2011 18:12:10 +0000 (18:12 +0000)
policy/modules/apps/mozilla.te

index fc7a18ed27fded949cfdd1d584689f4c56586fa8..bb90a3b354dd2db385e1d884127913b6d165729f 100644 (file)
@@ -316,9 +316,9 @@ allow mozilla_plugin_t self:unix_dgram_socket sendto;
 allow mozilla_plugin_t self:unix_stream_socket { connectto create_stream_socket_perms };
 
 can_exec(mozilla_plugin_t, mozilla_home_t)
-manage_dirs_pattern(mozilla_plugin_config_t, mozilla_home_t, mozilla_home_t)
-manage_files_pattern(mozilla_plugin_config_t, mozilla_home_t, mozilla_home_t)
-manage_lnk_files_pattern(mozilla_plugin_config_t, mozilla_home_t, mozilla_home_t)
+manage_dirs_pattern(mozilla_plugin_t, mozilla_home_t, mozilla_home_t)
+manage_files_pattern(mozilla_plugin_t, mozilla_home_t, mozilla_home_t)
+manage_lnk_files_pattern(mozilla_plugin_t, mozilla_home_t, mozilla_home_t)
 
 manage_dirs_pattern(mozilla_plugin_t, mozilla_plugin_tmp_t, mozilla_plugin_tmp_t)
 manage_files_pattern(mozilla_plugin_t, mozilla_plugin_tmp_t, mozilla_plugin_tmp_t)