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:

Zig basic Windows application using win32 API

Zig basic Windows application using win32 API Info : OS: Windows 10 IoT LTSC 2021 Zig: 0.15.2 Sample application using zigwin32, Window...