commit | f936c6e502d3bc21b87c9830b3a24d1e07e6b6e1 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Wed Oct 10 10:38:47 2012 -0400 |
committer | Eric Paris <eparis@redhat.com> | Thu Jul 25 13:03:09 2013 -0400 |
tree | e08e0e67e0b16c4e17dbf74ff8dd3c23bfbc55ae | |
parent | cfca0303da0e2c3f570cb5cfc7c373828e6c13a2 [diff] |
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>