From: Darrel Goeddel Date: Thu, 29 Jun 2006 21:56:39 +0000 (-0500) Subject: [PATCH] audit: rename AUDIT_SE_* constants X-Git-Tag: v2.6.18-rc1~191^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a6b9f85c641a3b89420b0c8150ed377526a1fe1;p=pandora-kernel.git [PATCH] audit: rename AUDIT_SE_* constants This patch renames some audit constant definitions and adds additional definitions used by the following patch. The renaming avoids ambiguity with respect to the new definitions. Signed-off-by: Darrel Goeddel include/linux/audit.h | 15 ++++++++---- kernel/auditfilter.c | 50 ++++++++++++++++++++--------------------- kernel/auditsc.c | 10 ++++---- security/selinux/ss/services.c | 32 +++++++++++++------------- 4 files changed, 56 insertions(+), 51 deletions(-) Signed-off-by: Al Viro --- Reading git-diff-tree failed