[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <1373457073-2571-1-git-send-email-phil.carmody@partner.samsung.com>
Date: Wed, 10 Jul 2013 14:51:13 +0300
From: Phil Carmody <phil.carmody@...tner.samsung.com>
To: casey@...aufler-ca.com
Cc: linux-security-module@...r.kernel.org,
linux-kernel@...r.kernel.org, jarkko.sakkinen@....fi,
Phil Carmody <phil.carmody@...tner.samsung.com>
Subject: [PATCH] smack: fix magic value
5d is ']', 'M' is 4d.
Signed-off-by: Phil Carmody <phil.carmody@...tner.samsung.com>
---
include/uapi/linux/magic.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/uapi/linux/magic.h b/include/uapi/linux/magic.h
index 2944278..5c1d878 100644
--- a/include/uapi/linux/magic.h
+++ b/include/uapi/linux/magic.h
@@ -11,7 +11,7 @@
#define DEBUGFS_MAGIC 0x64626720
#define SECURITYFS_MAGIC 0x73636673
#define SELINUX_MAGIC 0xf97cff8c
-#define SMACK_MAGIC 0x43415d53 /* "SMAC" */
+#define SMACK_MAGIC 0x43414d53 /* "SMAC" */
#define RAMFS_MAGIC 0x858458f6 /* some random number */
#define TMPFS_MAGIC 0x01021994
#define HUGETLBFS_MAGIC 0x958458f6 /* some random number */
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists