diff --git a/[refs] b/[refs] index 4aebced9d937..e63e52db6e17 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b556f8ad58c6e9f8f485c8cef7546e3fc82c382a +refs/heads/master: a42da93c8641a0b49405ceb2a2063975c823aa49 diff --git a/trunk/include/linux/audit.h b/trunk/include/linux/audit.h index f938335af75e..dcd5395b400d 100644 --- a/trunk/include/linux/audit.h +++ b/trunk/include/linux/audit.h @@ -146,7 +146,7 @@ /* Rule structure sizes -- if these change, different AUDIT_ADD and * AUDIT_LIST commands must be implemented. */ #define AUDIT_MAX_FIELDS 64 -#define AUDIT_MAX_KEY_LEN 32 +#define AUDIT_MAX_KEY_LEN 256 #define AUDIT_BITMASK_SIZE 64 #define AUDIT_WORD(nr) ((__u32)((nr)/32)) #define AUDIT_BIT(nr) (1 << ((nr) - AUDIT_WORD(nr)*32))