From: <ssm...@us...> - 2007-04-25 18:31:59
|
Revision: 2375 http://svn.sourceforge.net/selinux/?rev=2375&view=rev Author: ssmalley Date: 2007-04-25 11:31:53 -0700 (Wed, 25 Apr 2007) Log Message: ----------- Build fix for setsebool Modified Paths: -------------- trunk/policycoreutils/ChangeLog trunk/policycoreutils/VERSION trunk/policycoreutils/setsebool/setsebool.c Modified: trunk/policycoreutils/ChangeLog =================================================================== --- trunk/policycoreutils/ChangeLog 2007-04-24 20:35:23 UTC (rev 2374) +++ trunk/policycoreutils/ChangeLog 2007-04-25 18:31:53 UTC (rev 2375) @@ -1,3 +1,6 @@ +2.0.14 2007-04-25 + * Build fix for setsebool. + 2.0.13 2007-04-24 * Merged setsebool patch to only use libsemanage for persistent boolean changes from Stephen Smalley. Modified: trunk/policycoreutils/VERSION =================================================================== --- trunk/policycoreutils/VERSION 2007-04-24 20:35:23 UTC (rev 2374) +++ trunk/policycoreutils/VERSION 2007-04-25 18:31:53 UTC (rev 2375) @@ -1 +1 @@ -2.0.13 +2.0.14 Modified: trunk/policycoreutils/setsebool/setsebool.c =================================================================== --- trunk/policycoreutils/setsebool/setsebool.c 2007-04-24 20:35:23 UTC (rev 2374) +++ trunk/policycoreutils/setsebool/setsebool.c 2007-04-25 18:31:53 UTC (rev 2375) @@ -161,10 +161,6 @@ semanage_disconnect(handle); - out: - semanage_handle_destroy(handle); - return 0; - err: semanage_bool_key_free(bool_key); semanage_bool_free(boolean); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |