## Ohai 16.1 Ohai 16.1 includes a new `Selinux` plugin which exposes `node['selinux']['status']`, `node['selinux']['policy_booleans']`, `node['selinux']['process_contexts']`, and `node['selinux']['file_contexts']`. Thanks [@davide125](http://github.com/davide125) for this contribution. This new plugin is an optional plugin which is disabled by default. It can be enabled within your `client.rb`: ```ruby ohai.optional_plugins = [ :Selinux ] ``` ## Chef InSpec 4.18.114 InSpec has been updated from 4.18.111 to 4.18.114. This update adds new `--reporter_message_truncation` and `--reporter_backtrace_inclusion` reporter options to truncate messages and suppress backtraces. ## Debian 10 aarch64 Chef Infra Client packages are now produced for Debian 10 on the aarch64 architecture. These packages are available at [Chef Downloads](https://www.chef.io/downloads). ## Bug Fixes - Resolved a regression in the `launchd` resource that prevented it from converging. - The `:disable` action in the `launchd` resource no longer fails if the plist was not found. - Several Ruby 2.7 deprecation warnings have been resolved.