SELinux: move SELINUX_MAGIC into magic.h
authorEric Paris <eparis@redhat.com>
Mon, 18 May 2009 14:26:10 +0000 (10:26 -0400)
committerJames Morris <jmorris@namei.org>
Mon, 18 May 2009 22:19:00 +0000 (08:19 +1000)
The selinuxfs superblock magic is used inside the IMA code, but is being
defined in two places and could someday get out of sync.  This patch moves the
declaration into magic.h so it is only done once.

Signed-off-by: Eric Paris <eparis@redhat.com>
Signed-off-by: James Morris <jmorris@namei.org>

No differences found