The following post helped me find the solution: http://forums.fedoraforum.org/showthread.php?t=31205
I ended up doing the following: yum -y install selinux-policy-targeted-sources vi /etc/selinux/targeted/src/policy/domains/misc/local.te I added the following rules: allow mysqld_t unconfined_t:fifo_file read; allow mysqld_t var_lib_t:file getattr; allow mysqld_t var_lib_t:file read; allow mysqld_t port_t:tcp_socket name_bind; allow mysqld_t var_lib_t:sock_file create; allow mysqld_t var_lib_t:sock_file unlink; Then: cd /etc/selinux/targeted/src/policy/ make reload And I was then able to succesfully restart squeezecenter. Before I did this, I ran yum update to make sure I wasn't missing any updated selinux policy file. -- jmwhite5 ------------------------------------------------------------------------ jmwhite5's Profile: http://forums.slimdevices.com/member.php?userid=11668 View this thread: http://forums.slimdevices.com/showthread.php?t=43694 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
