Monday, May 03, 2010

Chrome SELinux compatibility in Fedora 12

Chrome and SELinux does not play nice by default in Fedora 12, see below on how to fix this:
yum --enablerepo=updates-testing update selinux-policy-targeted
You should be running this command as root. See this link for more details.

~ts

No comments:

QNX: Running a function at specific interval using timer interrupt

#include <iostream> #include <csignal> #include <ctime> #include <cerrno> #include <cstring> #include <unis...