[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/libsepol/devel sources,1.53,1.54
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/libsepol/devel sources,1.53,1.54
- Date: Wed, 12 Oct 2005 15:20:10 -0400
Author: dwalsh
Update of /cvs/dist/rpms/libsepol/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv19840
Modified Files:
sources
Log Message:
* Mon Oct 10 2005 Dan Walsh <dwalsh redhat com> 1.9.14-1
- Upgrade to latest from NSA
* Fixed use of policydb_from_image/to_image to ensure proper
init of policydb.
* Isolated policydb internal headers under <sepol/policydb/*.h>.
These headers should only be used by users of the static libsepol.
Created new <sepol/policydb.h> with new public types and interfaces
for shared libsepol.
Created new <sepol/module.h> with public types and interfaces moved
or wrapped from old module.h, link.h, and expand.h, adjusted for
new public types for policydb and policy_file.
Added public interfaces to libsepol.map.
Some implementation changes visible to users of the static libsepol:
1) policydb_read no longer calls policydb_init.
Caller must do so first.
2) policydb_init no longer takes policy_type argument.
Caller must set policy_type separately.
3) expand_module automatically enables the global branch.
Caller no longer needs to do so.
4) policydb_write uses the policy_type and policyvers from the
policydb itself, and sepol_set_policyvers() has been removed.
Index: sources
===================================================================
RCS file: /cvs/dist/rpms/libsepol/devel/sources,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- sources 10 Oct 2005 12:12:02 -0000 1.53
+++ sources 12 Oct 2005 19:20:05 -0000 1.54
@@ -1 +1 @@
-e291c6730ffe67eb0e2db464183017b4 libsepol-1.9.14.tgz
+3c5d4f7b823624d11aa63f5d692fab14 libsepol-1.9.14.tgz
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]