With F12 SELinux on, I get this avc:
type=SYSCALL msg=audit (1265502537.599:24666) arch=c000003e syscall=6 success=no exit=-13 a0=7f35384107d8 a1=7fff909dcb90 a2=7fff909dcb90 a3=0 items=0 ppid=27623 auid=500 uid=48 gid=489 euid=48 suid=48 fsuid=48 egid=489 sgid=489 fsgid=489 tty=(none) ses=11 comm="httpd" exe="/user/sbin/httpd" subj=unconfined_u:system_r:httpd_t:s0 key=(null)
type=AVC msg=audit (1265502804.573:24667): avc: denied {search } for pid=27630 comm="httpd" name="/" dev=sda5 ino=2 scontext=unconfined_u:system_r:httpd_t:s0 tcontext=system_u:object_r:samba_share_t:s0 tclass=dir
ls -lZ /home/uzr
drwxr-xr-x. uzr uzr unconfined_u:object_r:httpd_sys_content_t:s0 public_html
I'm an ubern00b with linux, but I've followed all the other posts about similar problems. I've run all the chmod commands, configured httpd, run all the setsebool commands I could find that were related (obviously I'm missing one), but with SELinux enforced, I get a 403. Without it, I can get to the pages just fine.
getsebool -a | grep httpd
allow_httpd_anon_write --> off
allow_httpd_mod_auth_ntlm_winbind --> off
allow_httpd_mod_auth_pam --> off
allow_httpd_sys_script_anon_write --> off
httpd_builtin_scripting --> on
httpd_can_network_connect --> off
httpd_can_network_connect_db --> off
httpd_can_network_relay --> off
httpd_can_sendmail --> off
httpd_dbus_avahi --> on
httpd_enable_cgi --> on
httpd_enable_ftp_server --> off
httpd_enable_homedirs --> on
httpd_execmem --> off
httpd_read_user_content --> off
httpd _ssi_exec --> off
httpd_tmp_exec --> off
httpd_tty_comm --> on
httpd_unified --> on
httpd_use_cifs --> off
httpd_use_nfs --> off
Any suggestions would be much appreciated.