audit2allow generated the following from the avc denied messages I received when trying to run Mozilla: allow staff_mozilla_t xdm_tmp_t:dir { search };
Please add Thanks Richard Hally
--- mozilla_macros.te.prev 2004-07-09 00:32:53.397132227 -0400 +++ mozilla_macros.te 2004-07-09 00:34:15.845137952 -0400 @@ -116,6 +116,7 @@
ifdef(`xdm.te', ` allow $1_mozilla_t xdm_t:fifo_file { write read }; +allow $1_mozilla_t xdm_tmp_t:dir { search }; allow $1_mozilla_t xdm_tmp_t:file { getattr read }; allow $1_mozilla_t xdm_tmp_t:sock_file { write }; ')dnl end if xdm.te
--- mozilla_macros.te.prev 2004-07-09 00:32:53.397132227 -0400 +++ mozilla_macros.te 2004-07-09 00:34:15.845137952 -0400 @@ -116,6 +116,7 @@ ifdef(`xdm.te', ` allow $1_mozilla_t xdm_t:fifo_file { write read }; +allow $1_mozilla_t xdm_tmp_t:dir { search }; allow $1_mozilla_t xdm_tmp_t:file { getattr read }; allow $1_mozilla_t xdm_tmp_t:sock_file { write }; ')dnl end if xdm.te