blob: 52f2401c48d5e7704d73dff8ad002c76132e5ac1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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
|