There is no user for dictd, and by default the server runs as user with a strange numeric ID: $ ps -A u | fgrep dict #65534 1030 0.0 0.0 5012 4 ? S Feb07 0:00 dictd 1.5.5: 0/0 $ rpm -q dictd dictd-1.5.5-ipl2 I think this is bad, because there is no guarantee that no other service uses the same UID as dictd, and so the systm gets less secure. --- $ sudo service dictd start ---
I\'ve raised severity of this PR since the bug is a security policy violation.