]> Pileus Git - ~andy/linux/commit
SELinux: change sbsec->behavior to short
authorEric Paris <eparis@redhat.com>
Wed, 10 Oct 2012 14:38:47 +0000 (10:38 -0400)
committerEric Paris <eparis@redhat.com>
Thu, 25 Jul 2013 17:03:09 +0000 (13:03 -0400)
commitf936c6e502d3bc21b87c9830b3a24d1e07e6b6e1
treee08e0e67e0b16c4e17dbf74ff8dd3c23bfbc55ae
parentcfca0303da0e2c3f570cb5cfc7c373828e6c13a2
SELinux: change sbsec->behavior to short

We only have 6 options, so char is good enough, but use a short as that
packs nicely.  This shrinks the superblock_security_struct just a little
bit.

Signed-off-by: Eric Paris <eparis@redhat.com>
security/selinux/include/objsec.h
security/selinux/include/security.h
security/selinux/ss/services.c