Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / security / selinux / ss / sidtab.h
index 3311d9f236c00b9f4a5b144c791b674b86c6111f..f2a84560b8b3cc12b0c7e4fd3137849f29cacfc5 100644 (file)
@@ -19,6 +19,7 @@
 
 struct sidtab_entry {
        u32 sid;
+       u32 hash;
        struct context context;
 #if CONFIG_SECURITY_SELINUX_SID2STR_CACHE_SIZE > 0
        struct sidtab_str_cache __rcu *cache;