components/trousers/patches/include_tss_tss_defines.h.patch
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Tue, 11 Oct 2016 11:08:35 -0700
changeset 7086 bad5d0bc7457
parent 777 e2e604cdbd6a
permissions -rw-r--r--
24829846 libxklavier upgrade broke keyboard gnome-keyboard-properties

--- src/include/tss/tss_defines.h.old	Tue May 31 07:39:12 2011
+++ src/include/tss/tss_defines.h	Tue May 31 07:39:52 2011
@@ -1214,6 +1214,9 @@
 #define TSS_UUID_USK5 {0, 0, 0, 0, 0, {0, 0, 0, 0, 0, 9}} // user storage key 5
 #define TSS_UUID_USK6 {0, 0, 0, 0, 0, {0, 0, 0, 0, 0, 10}}// user storage key 6
 
+/* SOLARIS: Migratable Root Key UUID */
+#define TSS_UUID_MRK {0, 0, 0, 0, 0, {0, 0, 0, 0, 0, 11}}
+
 // macro to derive UUIDs for keys whose "OwnerEvict" key is set.
 #define TSS_UUID_OWNEREVICT(i) {0, 0, 0, 0, 0, {0, 0, 0, 0, 1, (i)}}