smack: SMACK_MAGIC to include/uapi/linux/magic.h
authorJarkko Sakkinen <jarkko.sakkinen@iki.fi>
Tue, 6 Nov 2012 08:17:49 +0000 (10:17 +0200)
committerCasey Schaufler <casey@schaufler-ca.com>
Tue, 19 Mar 2013 21:16:15 +0000 (14:16 -0700)
SMACK_MAGIC moved to a proper place for easy user space access
(i.e. libsmack).

Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@iki.fi>
include/uapi/linux/magic.h
security/smack/smack.h

index 873e086..249df37 100644 (file)
@@ -11,6 +11,7 @@
 #define DEBUGFS_MAGIC          0x64626720
 #define SECURITYFS_MAGIC       0x73636673
 #define SELINUX_MAGIC          0xf97cff8c
+#define SMACK_MAGIC            0x43415d53      /* "SMAC" */
 #define RAMFS_MAGIC            0x858458f6      /* some random number */
 #define TMPFS_MAGIC            0x01021994
 #define HUGETLBFS_MAGIC        0x958458f6      /* some random number */
index 99b3612..8ad3095 100644 (file)
@@ -148,11 +148,6 @@ struct smack_known {
 #define SMACK_UNLABELED_SOCKET 0
 #define SMACK_CIPSO_SOCKET     1
 
-/*
- * smackfs magic number
- */
-#define SMACK_MAGIC    0x43415d53 /* "SMAC" */
-
 /*
  * CIPSO defaults.
  */