Description of problem: Since the update of libselinux to 2.0.14-9.fc7, processes labels are not displayed anymore with the command "ps -Z". This may be because ps uses libselinux.so which is not anymore in the package. The problem does not arise if libselinux-devel is installed as it contains the needed library. Also a symbolic link made like this "ln -s /lib/libselinux.so.1 /lib/libselinux.so" solves the problem. Version-Release number of selected component (if applicable): libselinux-2.0.14-9.fc7 How reproducible: always Steps to Reproduce: 1. ps -Z 2. 3. Actual results: - doe 5884 5417 0 13:58 pts/1 00:00:00 ps -efZ Expected results: user_u:system_r:unconfined_t doe 5884 5417 0 13:58 pts/1 00:00:00 ps -efZ Additional info:
Moved it back in libselinux-2.0.14-10