* [PATCH] Renumber AUDIT_TTY_[GS]ET
@ 2007-08-15 20:53 Miloslav Trmac
0 siblings, 0 replies; only message in thread
From: Miloslav Trmac @ 2007-08-15 20:53 UTC (permalink / raw)
To: linux-audit
[-- Attachment #1: Type: text/plain, Size: 99 bytes --]
Renumber AUDIT_TTY_[GS]ET to avoid a conflict with netlink message types
already used in the wild.
[-- Attachment #2: audit-renumber.patch --]
[-- Type: text/x-patch, Size: 1013 bytes --]
From: Miloslav Trmac <mitr@redhat.com>
Renumber AUDIT_TTY_[GS]ET to avoid a conflict with netlink message types
already used in the wild.
Signed-off-by: Miloslav Trmac <mitr@redhat.com>
---
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 */
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-08-15 20:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-15 20:53 [PATCH] Renumber AUDIT_TTY_[GS]ET Miloslav Trmac
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox