Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Built squid directories via squid -z or service squid start 2. Run fixfiles -R squid 3. restorecon segfaults, the last line of output being: /sbin/restorecon reset context /var/spool/squid/00:->system_u:object_r:squid_cache_t The command that is running is this: rpm -q --qf '[%{FILESTATES} %{FILENAMES}\n]' squid | grep ^0 | cut -f2- -d ' ' | /sbin/restorecon -R -v -f - Actual results: Segmentation fault Expected results: Context on /var/spool/squid/* set to be system_u:object_r:squid_cache_t Additional info: /var/spool/squid is a reiserfs partition (mostly for the additional speed)
Created attachment 110790 [details] last 50 lines of strace output of restorecon
I should also note that I am running the current FC3 kernel and I have updated policy utils / libselinux and policy-targeted to the latest rawhide versions to no effect
reiserfs is not supported with SELinux, but this is triggering a problem in restorecon, which is fixed in policycoreutils-1.21.13-1
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2005-254.html