Fixes for fixfiles

* exclude_from_dirs should apply to all types of restorecon calls
  * fixfiles check now works
  * exit with the correct status
This commit is contained in:
Dan Walsh 2013-10-04 18:24:43 -04:00
parent 685bf50ba2
commit f00bc4f487
2 changed files with 624 additions and 457 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
Summary: SELinux policy core utilities
Name: policycoreutils
Version: 2.1.14
Release: 84%{?dist}
Release: 85%{?dist}
License: GPLv2
Group: System Environment/Base
# Based on git repository with tag 20101221
@ -344,6 +344,14 @@ The policycoreutils-restorecond package contains the restorecond service.
%systemd_postun_with_restart restorecond.service
%changelog
* Fro Oct 4 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-85
- Fixes for fixfiles
* exclude_from_dirs should apply to all types of restorecon calls
* fixfiles check now works
* exit with the correct status
- semanage no longer import selinux
* Wed Oct 2 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-84
- Fixes for sepolicy gui
- Fix setsebool to return 0 on success