Audit: increase the maximum length of the key field
authorEric Paris <eparis@redhat.com>
Fri, 18 Apr 2008 14:36:22 +0000 (10:36 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 28 Apr 2008 10:19:29 +0000 (06:19 -0400)
Key lengths were arbitrarily limited to 32 characters.  If userspace is going
to start using the single kernel key field as multiple virtual key fields
(example key=key1,key2,key3,key4) we should give them enough room to work.

Signed-off-by: Eric Paris <eparis@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found