From mboxrd@z Thu Jan 1 00:00:00 1970 From: pebenito@ieee.org (Chris PeBenito) Date: Sat, 29 Sep 2018 12:19:12 -0400 Subject: [refpolicy] ANN: SETools 4.2.0-rc Message-ID: <1124dbc3-5e33-eb3a-e70d-388a72fe3a9f@ieee.org> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com An SETools 4.2.0 release candidate is now available: https://github.com/SELinuxProject/setools/releases/tag/4.2.0-rc Changes since v4.2.0-beta: * Fixed performance regressions. * Made further memory usage improvements. * Fixed build issues with clean target and runtime_library_dirs. * Revised package structure to make policyrep a module of the setools package. * Symbol names are now available as the name attribute (e.g. Boolean.name, Type.name, etc.) * Fixed some apol layouts to increase the size of text fields. * Move constraint expression to its own class. * Made Conditional.evaluate() more useful and added BaseTERule.enabled() method to determine if a rule is enabled. Changes since v4.1.1: * Replaced the Python/SWIG/static-linked-libsepol policyrep module with a Cython implementation. This will have performance and memory-usage improvements and breaks the static linking to libsepol. * Significant memory usage reduction in sediff (approximately 60%, depending on the policies). * Added support for SCTP portcons * Updated permission maps This release of SETools has changed dependencies since 4.1.1. See README.md for more details. -- Chris PeBenito