Message ID | 20230204050954.11583-4-greg@enjellic.com (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Paul Moore |
Headers | show |
Series | Implement Trusted Security Event Modeling. | expand |
diff --git a/include/uapi/linux/magic.h b/include/uapi/linux/magic.h index 6325d1d0e90f..6a6a2b70c529 100644 --- a/include/uapi/linux/magic.h +++ b/include/uapi/linux/magic.h @@ -95,6 +95,7 @@ #define BPF_FS_MAGIC 0xcafe4a11 #define AAFS_MAGIC 0x5a3c69f0 #define ZONEFS_MAGIC 0x5a4f4653 +#define TSEMFS_MAGIC 0x11242022 /* Since UDF 2.01 is ISO 13346 based... */ #define UDF_SUPER_MAGIC 0x15013346
Signed-off-by: Greg Wettstein <greg@enjellic.com> --- include/uapi/linux/magic.h | 1 + 1 file changed, 1 insertion(+)