Update to latest patches from eparis/Upstream
- checkpolicy: libsepol: implement default type policy syntax - - We currently have a mechanism in which the default user, role, and range - can be picked up from the source or the target object. This implements - the same thing for types. The kernel will override this with type - transition rules and similar. This is just the default if nothing - specific is given.
This commit is contained in:
parent
c662668dab
commit
13d5e7a515
@ -1,5 +1,5 @@
|
||||
%define libselinuxver 2.1.11-1
|
||||
%define libsepolver 2.1.8-5
|
||||
%define libsepolver 2.1.8-2
|
||||
Summary: SELinux policy compiler
|
||||
Name: checkpolicy
|
||||
Version: 2.1.11
|
||||
@ -54,6 +54,17 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_bindir}/sedispol
|
||||
|
||||
%changelog
|
||||
* Sat Jan 5 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.11-3
|
||||
- Update to latest patches from eparis/Upstream
|
||||
- checkpolicy: libsepol: implement default type policy syntax
|
||||
-
|
||||
- We currently have a mechanism in which the default user, role, and range
|
||||
- can be picked up from the source or the target object. This implements
|
||||
- the same thing for types. The kernel will override this with type
|
||||
- transition rules and similar. This is just the default if nothing
|
||||
- specific is given.
|
||||
|
||||
|
||||
* Wed Sep 19 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.11-2
|
||||
- Rebuild with fixed libsepol
|
||||
|
||||
@ -768,4 +779,3 @@ such a rule is added to a conditional.
|
||||
|
||||
* Mon Jun 2 2003 Dan Walsh <dwalsh@redhat.com> 1.0-1
|
||||
- Initial version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user