mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-30 23:00:29 +00:00
8c64b078d1
Fixes #217
13 lines
422 B
Plaintext
13 lines
422 B
Plaintext
# Copyright 2017 syzkaller project authors. All rights reserved.
|
|
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
|
|
|
|
# AF_KEY support.
|
|
|
|
# include <linux/socket.h>
|
|
# include <linux/net.h>
|
|
# include <uapi/linux/pfkeyv2.h>
|
|
|
|
# See net/key/af_key.c, requires root.
|
|
# resource sock_key[sock]
|
|
# socket$key(domain const[AF_KEY], type const[SOCK_RAW], proto const[PF_KEY_V2]) sock_key
|