From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miloslav Trmac Subject: [PATCH] Renumber AUDIT_TTY_[GS]ET Date: Wed, 15 Aug 2007 22:53:29 +0200 Message-ID: <46C367C9.2030304@redhat.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------010204060000060902030404" Return-path: 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 This is a multi-part message in MIME format. --------------010204060000060902030404 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Renumber AUDIT_TTY_[GS]ET to avoid a conflict with netlink message types already used in the wild. --------------010204060000060902030404 Content-Type: text/x-patch; name="audit-renumber.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="audit-renumber.patch" From: Miloslav Trmac Renumber AUDIT_TTY_[GS]ET to avoid a conflict with netlink message types already used in the wild. Signed-off-by: Miloslav Trmac --- audit.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/audit.h b/include/linux/audit.h index 4bbd860..d6579df 100644 --- a/include/linux/audit.h +++ b/include/linux/audit.h @@ -63,8 +63,8 @@ #define AUDIT_ADD_RULE 1011 /* Add syscall filtering rule */ #define AUDIT_DEL_RULE 1012 /* Delete syscall filtering rule */ #define AUDIT_LIST_RULES 1013 /* List syscall filtering rules */ -#define AUDIT_TTY_GET 1014 /* Get TTY auditing status */ -#define AUDIT_TTY_SET 1015 /* Set TTY auditing status */ +#define AUDIT_TTY_GET 1016 /* Get TTY auditing status */ +#define AUDIT_TTY_SET 1017 /* Set TTY auditing status */ #define AUDIT_FIRST_USER_MSG 1100 /* Userspace messages mostly uninteresting to kernel */ #define AUDIT_USER_AVC 1107 /* We filter this differently */ --------------010204060000060902030404 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline --------------010204060000060902030404--