From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755742AbYJTW1G (ORCPT ); Mon, 20 Oct 2008 18:27:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754840AbYJTW0R (ORCPT ); Mon, 20 Oct 2008 18:26:17 -0400 Received: from mx2.redhat.com ([66.187.237.31]:55625 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754775AbYJTW0R (ORCPT ); Mon, 20 Oct 2008 18:26:17 -0400 From: Eric Paris Subject: [PATCH 0/4] Series short description To: linux-kernel@vger.kernel.org, linux-audit@redhat.com Cc: viro@zeniv.linux.org.ok, sgrubb@redhat.com, serue@us.ibm.com, morgan@kernel.org Date: Mon, 20 Oct 2008 18:25:23 -0400 Message-ID: <20081020222453.3853.1779.stgit@paris.rdu.redhat.com> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following series implements... --- Eric Paris (4): AUDIT: emit new record type showing all capset information AUDIT: audit when fcaps increase the permitted or inheritable capabilities AUDIT: output permitted and inheritable fcaps in PATH records CAPABILITIES: add cpu endian vfs caps structure include/linux/audit.h | 22 +++++ include/linux/capability.h | 12 +++ kernel/auditsc.c | 201 +++++++++++++++++++++++++++++++++++++++++++- kernel/capability.c | 3 + security/commoncap.c | 131 ++++++++++++++++------------- 5 files changed, 308 insertions(+), 61 deletions(-) -- Signature