From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: audit 2.6.2 released Date: Fri, 01 Jul 2016 12:10:03 -0400 Message-ID: <1648067.VyLQccBKyd@x2> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from x2.localnet (vpn-48-213.rdu2.redhat.com [10.10.48.213]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u61G9xDC000487 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 1 Jul 2016 12:10:00 -0400 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com List-Id: linux-audit@redhat.com Hello, I've just released a new version of the audit daemon. It can be downloaded from http://people.redhat.com/sgrubb/audit. It will also be in rawhide soon. The ChangeLog is: - Fix ausearch segfault when using numeric uids - In auparse move aulol structure into auparse_state_t - Save and restore libcap-ng state when doing a capability check - Require auparse_state_t pointer on auparse_set_escape_mode This is another bug fix release. This fixes several bugs that have been discovered during testing. The most important bug fixed is saving the capability state and restoring it when testing capabilities. Not doing this breaks the newer libvirt based programs such as gnome-boxes. Please let me know if you run across any problems with this release. -Steve