Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
2014-04-14 Richard Haines <richard_c_haines@btinternet.com>
* Updates to apol and the libapol/libqpol libraries to support
new policy statements and rules to version 29 (Note the features
for loading source code (policy.conf etc.) have not been updated
to support the new statements and rules.
These are the enhancements and bug fixes:
* Add permissive type and typebound support to Types tab.
* Add new Constraints tab to search all constraint statements.
* Add new Bounds tab to search for userbound, rolebound and
typebound statements.
* Add new policy capabilities tab.
* Add filename type_transition support on TE Rules tab.
* Add new Default Object tab to support defaultuser, defaultrole,
defaulttype and defaultrange rules.
* Add new Namespaces tab to list CIL namespaces. This will also
show any users, roles, types, classes, booleans, sensitivities
and categories declared in each namespace.
* Update Query/Policy Summary page to show the number of new
rules added plus the policy handle_unknown flag.
* Fixed File Contexts tab to stop hang when building the fc
index when broken links/files found (libsefs).
* Fixed Booleans tab to display CIL namespace booleans.
* Updated apol_help.txt to reflect the changes made plus how to
load the running policy.

2014-01-16 Chris PeBenito <cpebenito@tresys.com>
* Fix bug preventing sediffx from starting.

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(setools, 3.3.8, [Tresys Technology <setools@tresys.com>], [setools])
AC_INIT(setools, 3.3.9, [Tresys Technology <setools@tresys.com>], [setools])
AC_PREREQ([2.59])
AC_CONFIG_SRCDIR(libqpol/src/policy.c)
AC_CONFIG_HEADER(config.h)
Expand Down