[checkpolicy] Update to latest patches from eparis/Upstream

Daniel J Walsh dwalsh at fedoraproject.org
Sat Jan 5 16:02:22 UTC 2013


commit 13d5e7a515b0cb575f384c0dba3eb806fa6fc444
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Sat Jan 5 11:02:10 2013 -0500

    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.

 checkpolicy.spec |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)
---
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 <dwalsh at 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 at 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 at redhat.com> 1.0-1
 - Initial version
-


More information about the scm-commits mailing list