diff options
Diffstat (limited to 'include/linux/lsm_hooks.h')
-rw-r--r-- | include/linux/lsm_hooks.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/lsm_hooks.h b/include/linux/lsm_hooks.h index 7a86925ba8f3..3a90febadbe2 100644 --- a/include/linux/lsm_hooks.h +++ b/include/linux/lsm_hooks.h | |||
@@ -1912,7 +1912,7 @@ struct security_hook_heads { | |||
1912 | struct list_head audit_rule_match; | 1912 | struct list_head audit_rule_match; |
1913 | struct list_head audit_rule_free; | 1913 | struct list_head audit_rule_free; |
1914 | #endif /* CONFIG_AUDIT */ | 1914 | #endif /* CONFIG_AUDIT */ |
1915 | }; | 1915 | } __randomize_layout; |
1916 | 1916 | ||
1917 | /* | 1917 | /* |
1918 | * Security module hook list structure. | 1918 | * Security module hook list structure. |
@@ -1923,7 +1923,7 @@ struct security_hook_list { | |||
1923 | struct list_head *head; | 1923 | struct list_head *head; |
1924 | union security_list_options hook; | 1924 | union security_list_options hook; |
1925 | char *lsm; | 1925 | char *lsm; |
1926 | }; | 1926 | } __randomize_layout; |
1927 | 1927 | ||
1928 | /* | 1928 | /* |
1929 | * Initializing a security_hook_list structure takes | 1929 | * Initializing a security_hook_list structure takes |