Updated ChangeLogs

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
This commit is contained in:
Stephen Smalley 2016-09-26 11:03:33 -04:00
parent d977330c98
commit badb849805
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
* Fix -Wsign-compare warnings, from Nicolas Iooss.
* Drop unused stdio_ext.h header file, from William Roberts.
* Kill logging check for selinux_enabled(), from William Roberts.
* Drop usage of _D_ALLOC_NAMLEN, from William Roberts.

View File

@ -1,3 +1,4 @@
* tests: Do not force using gcc, from Nicolas Iooss.
* genhomedircon: remove hardcoded refpolicy strings, from Gary Tierney.
* genhomedircon: add support for %group syntax, from Gary Tierney.
* genhomedircon: generate contexts for logins mapped to the default user, from Gary Tierney.

View File

@ -1,3 +1,4 @@
* Remove LDFLAGS from CFLAGS, from Nicolas Iooss.
* sepolicy: convert to setools4, from Jason Zaman.
* sandbox: create a new session for sandboxed processes, from Petr Lautrbach.
* sandbox: do not try to setup directories without -X or -M, from Petr Lautrbach.