commit | a42da93c8641a0b49405ceb2a2063975c823aa49 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Fri Apr 18 10:36:22 2008 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Apr 28 06:19:29 2008 -0400 |
tree | ad674ce1bc7ce1727ae0896998e11dbe6b8d66f0 | |
parent | b556f8ad58c6e9f8f485c8cef7546e3fc82c382a [diff] |
Audit: increase the maximum length of the key field 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>