/dev/ptyu7: Permission denied
/usr/sbin/setfiles: unable to relabel /dev/ptyu7 to system_u:object_r:device_t
/dev/ptyd7: Permission denied
/usr/sbin/setfiles: unable to relabel /dev/ptyd7 to system_u:object_r:device_t
/dev/ptyde: Permission denied
/usr/sbin/setfiles: unable to relabel /dev/ptyde to system_u:object_r:device_t
/dev/ptyac: Permission denied
/usr/sbin/setfiles: unable to relabel /dev/ptyac to system_u:object_r:device_t
/dev/ptys1: Permission denied
/usr/sbin/setfiles: unable to relabel /dev/ptys1 to system_u:object_r:device_t
/dev/ircomm9: Permission denied
/usr/sbin/setfiles: unable to relabel /dev/ircomm9 to system_u:object_r:device_t
/dev/ptyre: Permission denied
/usr/sbin/setfiles: unable to relabel /dev/ptyre to system_u:object_r:device_t
Here is an 'ls -l' of one of the files: [root@dell dev]# ls -l ptyu7 crw-rw-rw- 1 root tty 2, 87 Jun 14 12:42 ptyu7 [root@dell dev]# ls -lZ $_ crw-rw-rw- root tty root:object_r:device_t ptyu7 [root@dell dev]#
I'm running selinux-policy-strict-1.13.4-6, with file_contexts augmented with Russell Coker's fix for /udev/microcode.
tom