From 18e96021edb8f4de80626d7f50240964e37d570e Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 13 Sep 2017 15:34:21 +0200 Subject: sys: move linux descriptions to sys/linux --- sys/linux/socket_key.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sys/linux/socket_key.txt (limited to 'sys/linux/socket_key.txt') diff --git a/sys/linux/socket_key.txt b/sys/linux/socket_key.txt new file mode 100644 index 000000000..52f2401c4 --- /dev/null +++ b/sys/linux/socket_key.txt @@ -0,0 +1,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 +# include +# include + +# 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 -- cgit mrf-deployment