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:

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...