From 13d5e7a515b0cb575f384c0dba3eb806fa6fc444 Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Jan 05 2013 16:02:10 +0000 Subject: 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. --- diff --git a/checkpolicy.spec b/checkpolicy.spec index da05a4e..3e4b2c9 100644 --- a/checkpolicy.spec +++ b/checkpolicy.spec @@ -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 - 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 - 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 1.0-1 - Initial version -