|
@@ -48,6 +48,8 @@ struct whitelist_entry {
|
|
|
static const struct whitelist_entry whitelist[] = {
|
|
|
/* unix_skb_parms via UNIXCB() buffer */
|
|
|
{ "net/unix/af_unix.c", "unix_skb_parms", "char" },
|
|
|
+ /* big_key payload.data struct splashing */
|
|
|
+ { "security/keys/big_key.c", "path", "void *" },
|
|
|
/* walk struct security_hook_heads as an array of struct list_head */
|
|
|
{ "security/security.c", "list_head", "security_hook_heads" },
|
|
|
{ }
|