From ee95801ed92b8ed301a0d412e61cd44de572db19 Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Dec 21 2011 13:33:01 +0000 Subject: Update to match eparis pool --- diff --git a/libsepol-rhat.patch b/libsepol-rhat.patch index cd9831e..c749dd9 100644 --- a/libsepol-rhat.patch +++ b/libsepol-rhat.patch @@ -1,5 +1,5 @@ diff --git a/libsepol/include/sepol/policydb/policydb.h b/libsepol/include/sepol/policydb/policydb.h -index 1848a7b..052f07a 100644 +index 1848a7b..f53a499 100644 --- a/libsepol/include/sepol/policydb/policydb.h +++ b/libsepol/include/sepol/policydb/policydb.h @@ -111,6 +111,19 @@ typedef struct class_datum { @@ -9,6 +9,8 @@ index 1848a7b..052f07a 100644 +/* Options how a new object user and role should be decided */ +#define DEFAULT_SOURCE 1 +#define DEFAULT_TARGET 2 ++ char default_user; ++ char default_role; +/* Options how a new object range should be decided */ +#define DEFAULT_SOURCE_LOW 1 +#define DEFAULT_SOURCE_HIGH 2 @@ -16,8 +18,6 @@ index 1848a7b..052f07a 100644 +#define DEFAULT_TARGET_LOW 4 +#define DEFAULT_TARGET_HIGH 5 +#define DEFAULT_TARGET_LOW_HIGH 6 -+ char default_user; -+ char default_role; + char default_range; } class_datum_t; diff --git a/libsepol.spec b/libsepol.spec index d15499d..3836609 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,7 +1,7 @@ Summary: SELinux binary policy manipulation library Name: libsepol Version: 2.1.4 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPLv2+ Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz @@ -99,6 +99,9 @@ exit 0 /%{_lib}/libsepol.so.1 %changelog +* Wed Dec 21 2011 Dan Walsh - 2.1.4-5 +- Update to match eparis pool + * Thu Dec 15 2011 Dan Walsh - 2.1.4-4 - Additional fix for default transitioning labeling for semodule