i just wanted to install a local caching dns name server:

yum -y install caching-nameserver

but it can't start, because SELinux is preventing it:

http://pastebin.com/raw.php?i=V9GK49mJ

I already tried:

touch /.autorelabel
reboot

but it still doesn't starts :\ problems the same.

theres a "fix command":
setsebool -P domain_kernel_load_modules 1
should i try it? will my pc be "safe" after this command? :\

thank you