Erik P. Olsen wrote:
After having updated FC3 with the latest SELinux I get following error
messages during boot:
Starting udev: /etc/selinux/targeted/contexts/files/file_contexts line
287 has invalid context system_u:object_r:crypt_device_t
Starting xfs: /etc/selinux/targeted/contexts/files/file_contexts line
888 has invalid
context system_u:object_r:system_dbusd_var_run_t
I can't see any side effect from this but what does it mean and what can
I do to correct it?
SELinux installation:
libselinux-1.19.1-8.i386.rpm
libselinux-devel-1.19.1-8.i386.rpm
selinux-doc-1.14.1-1.noarch.rpm
selinux-policy-strict-1.19.10-2.noarch.rpm
selinux-policy-strict-sources-1.19.10-2.noarch.rpm
selinux-policy-targeted-1.17.30-3.9.noarch.rpm
selinux-policy-targeted-sources-1.17.30-3.9.noarch.rpm
Can you try to reload policy
cd /etc/selinux/targeted/src/policy
make reload
--