Fix sandbox to always use sandbox_file_t, so generated policy will work.
- Update Translations
This commit is contained in:
parent
a956fd7105
commit
f5d4f8f0dd
249923
policycoreutils-rhat.patch
249923
policycoreutils-rhat.patch
File diff suppressed because it is too large
Load Diff
@ -7,7 +7,7 @@
|
||||
Summary: SELinux policy core utilities
|
||||
Name: policycoreutils
|
||||
Version: 2.1.14
|
||||
Release: 43%{?dist}
|
||||
Release: 45%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
# Based on git repository with tag 20101221
|
||||
@ -308,13 +308,18 @@ The policycoreutils-restorecond package contains the restorecond service.
|
||||
%postun restorecond
|
||||
%systemd_postun_with_restart restorecond.service
|
||||
|
||||
%triggerun -- restorecond < 2.0.86-13
|
||||
%{_bindir}/systemd-sysv-convert --save restorecond >/dev/null 2>&1 ||:
|
||||
%{_bindir}/systemctl enable restorecond.service >/dev/null 2>&1
|
||||
%{_sbindir}/chkconfig --del restorecond >/dev/null 2>&1 || :
|
||||
%{_bindir}/systemctl try-restart restorecond.service >/dev/null 2>&1 || :
|
||||
|
||||
%changelog
|
||||
* Tue May 21 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-45
|
||||
- Fix sandbox to always use sandbox_file_t, so generated policy will work.
|
||||
- Update Translations
|
||||
|
||||
* Thu May 16 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-44
|
||||
- Fix sepolicy-generate man page to clear up options/policy type
|
||||
- Add Miroslav Grepl to not generate man page when doing
|
||||
sepolicy generate --customize
|
||||
- Add support for executing semanage user within spec file
|
||||
- Fix generation of confined admin domains, to handle booleans properly.
|
||||
|
||||
* Tue May 14 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-43
|
||||
- Need to handle gziped policy.xml as well as not compressed.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user