Latest patches
This commit is contained in:
parent
53af5b6865
commit
554824b9da
@ -1,5 +1,5 @@
|
||||
diff --git a/libsepol/include/sepol/policydb/policydb.h b/libsepol/include/sepol/policydb/policydb.h
|
||||
index 94b8609..7b23a16 100644
|
||||
index 94b8609..eebf1a9 100644
|
||||
--- a/libsepol/include/sepol/policydb/policydb.h
|
||||
+++ b/libsepol/include/sepol/policydb/policydb.h
|
||||
@@ -136,6 +136,16 @@ typedef struct role_allow {
|
||||
@ -64,31 +64,22 @@ index 94b8609..7b23a16 100644
|
||||
|
||||
extern void role_datum_init(role_datum_t * x);
|
||||
extern void role_datum_destroy(role_datum_t * x);
|
||||
@@ -633,10 +660,11 @@ extern int policydb_set_target_platform(policydb_t *p, int platform);
|
||||
@@ -632,6 +659,7 @@ extern int policydb_set_target_platform(policydb_t *p, int platform);
|
||||
#define POLICYDB_VERSION_POLCAP 22
|
||||
#define POLICYDB_VERSION_PERMISSIVE 23
|
||||
#define POLICYDB_VERSION_BOUNDARY 24
|
||||
+#define POLICYDB_VERSION_FILENAME_TRANS 25
|
||||
#define POLICYDB_VERSION_ROLETRANS 26
|
||||
+#define POLICYDB_VERSION_FILENAME_TRANS 27
|
||||
|
||||
/* Range of policy versions we understand*/
|
||||
#define POLICYDB_VERSION_MIN POLICYDB_VERSION_BASE
|
||||
-#define POLICYDB_VERSION_MAX POLICYDB_VERSION_ROLETRANS
|
||||
+#define POLICYDB_VERSION_MAX POLICYDB_VERSION_FILENAME_TRANS
|
||||
|
||||
/* Module versions and specific changes*/
|
||||
#define MOD_POLICYDB_VERSION_BASE 4
|
||||
@@ -649,9 +677,10 @@ extern int policydb_set_target_platform(policydb_t *p, int platform);
|
||||
@@ -648,6 +676,7 @@ extern int policydb_set_target_platform(policydb_t *p, int platform);
|
||||
#define MOD_POLICYDB_VERSION_PERMISSIVE 8
|
||||
#define MOD_POLICYDB_VERSION_BOUNDARY 9
|
||||
#define MOD_POLICYDB_VERSION_BOUNDARY_ALIAS 10
|
||||
+#define MOD_POLICYDB_VERSION_FILENAME_TRANS 11
|
||||
#define MOD_POLICYDB_VERSION_ROLETRANS 12
|
||||
+#define MOD_POLICYDB_VERSION_FILENAME_TRANS 13
|
||||
|
||||
#define MOD_POLICYDB_VERSION_MIN MOD_POLICYDB_VERSION_BASE
|
||||
-#define MOD_POLICYDB_VERSION_MAX MOD_POLICYDB_VERSION_ROLETRANS
|
||||
+#define MOD_POLICYDB_VERSION_MAX MOD_POLICYDB_VERSION_FILENAME_TRANS
|
||||
|
||||
#define POLICYDB_CONFIG_MLS 1
|
||||
|
||||
diff --git a/libsepol/src/avrule_block.c b/libsepol/src/avrule_block.c
|
||||
index 8d1f8f6..16c89f3 100644
|
||||
--- a/libsepol/src/avrule_block.c
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: SELinux binary policy manipulation library
|
||||
Name: libsepol
|
||||
Version: 2.0.43
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz
|
||||
@ -99,7 +99,7 @@ exit 0
|
||||
/%{_lib}/libsepol.so.1
|
||||
|
||||
%changelog
|
||||
* Tue Apr 29 2011 Dan Walsh <dwalsh@redhat.com> 2.0.43-2
|
||||
* Tue Apr 29 2011 Dan Walsh <dwalsh@redhat.com> 2.0.43-3
|
||||
- re-add Erics patch for filename transitions
|
||||
|
||||
* Tue Apr 29 2011 Dan Walsh <dwalsh@redhat.com> 2.0.43-1
|
||||
|
Loading…
Reference in New Issue
Block a user