[Bug 1051065] chkstat doesn't know what to do with a non-file non-directory outside /dev/
http://bugzilla.suse.com/show_bug.cgi?id=1051065 http://bugzilla.suse.com/show_bug.cgi?id=1051065#c3 --- Comment #3 from James Carter <jimc@math.ucla.edu> --- @ludwig: You're right that udev creates devices with a well-defined owner and mode, but there are two flies in that ointment: What set off my problem was, the mode of /dev/random got messed up during (ab)normal operation, not at the time of creation, and udev is not going to pay attention to such an event. Also, the file that was giving me grief was /var/lib/named/dev/random, which is not created by udev; the pre-existing /dev/random is copied into the chroot jail by rsync (or may be created by mknod in older package versions). So we need to do all three: make sure that the rules in /etc/udev/rules.d are creating with the wanted mode and owner, but also, in the (probably rare) special cases where SuSE scripts copy and/or create device inodes, to include them in /etc/permissions and friends, and also, allow the sysadmin to add special non-SuSE devices to /etc/permissions.local and have the resulting fixes actually happen. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com