IMA: convert internal flags from long to char
authorEric Paris <eparis@redhat.com>
Mon, 25 Oct 2010 18:41:39 +0000 (14:41 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Oct 2010 18:37:18 +0000 (11:37 -0700)
commit15aac676778f206b42c4d7782b08f89246680485
treed4d2625139f8a52ffa7bd0cb1848a446518652ec
parent497f32337073a2da102c49a53779097b5394711b
IMA: convert internal flags from long to char

The IMA flags is an unsigned long but there is only 1 flag defined.
Lets save a little space and make it a char.  This packs nicely next to
the array of u8's.

Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
security/integrity/ima/ima.h