systemd unable to fix SELinux security context of /dev/tty*

General support questions
Post Reply
tvtue
Posts: 1
Joined: 2017/10/23 10:27:12

systemd unable to fix SELinux security context of /dev/tty*

Post by tvtue » 2017/10/23 10:37:26

Dear CentOS users,

after a yum upgrade the boot process doesn't work anymore.
systemd complains with "unable to fix SELinux security context of /dev/tty*" and seems to list all tty unders /dev

I can boot with selinux=0 in the kernel cmdline.

This is what I tried to repair it:
- relabel with touch /.autorelabel and reboot
- issued restorecon -v -R /dev # but that get's filled dynamically at boot isn't it?
- reinstalled systemd-* packages
- reinstalled selinux-policy and selinux-policy-targeted
- recreated initrd with dracut -f

No luck.
The error seems to be somewhere where systemd creates device nodes or so. But I have no idea how to repair this.
Does anyone have any pointers?

Cheers,
timo

Post Reply