summaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/socket
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1999-11-21 23:19:13 +0000
committerJulian Elischer <julian@FreeBSD.org>1999-11-21 23:19:13 +0000
commit6a192c5e8c5dafd2c531b4386f356274243debb2 (patch)
tree8b722be0109926063458167d00eef9467222758a /sys/modules/netgraph/socket
parentaa548c6abe92b998dfb7cf5bb60f54d16bf58435 (diff)
Notes
Diffstat (limited to 'sys/modules/netgraph/socket')
-rw-r--r--sys/modules/netgraph/socket/ng_socket.44
-rw-r--r--sys/modules/netgraph/socket/ng_socket.84
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/modules/netgraph/socket/ng_socket.4 b/sys/modules/netgraph/socket/ng_socket.4
index 69dcd3f81de8..cb224bca809e 100644
--- a/sys/modules/netgraph/socket/ng_socket.4
+++ b/sys/modules/netgraph/socket/ng_socket.4
@@ -51,7 +51,9 @@ node is both a BSD socket and a netgraph node. The
.Nm socket
node type allows user-mode processes to participate in the kernel
.Xr netgraph 4
-networking subsystem using the BSD socket interface.
+networking subsystem using the BSD socket interface. The process must have
+root privileges to be able to create netgraph sockets however once created,
+any process that has one may use it.
.Pp
A new
.Nm socket
diff --git a/sys/modules/netgraph/socket/ng_socket.8 b/sys/modules/netgraph/socket/ng_socket.8
index 69dcd3f81de8..cb224bca809e 100644
--- a/sys/modules/netgraph/socket/ng_socket.8
+++ b/sys/modules/netgraph/socket/ng_socket.8
@@ -51,7 +51,9 @@ node is both a BSD socket and a netgraph node. The
.Nm socket
node type allows user-mode processes to participate in the kernel
.Xr netgraph 4
-networking subsystem using the BSD socket interface.
+networking subsystem using the BSD socket interface. The process must have
+root privileges to be able to create netgraph sockets however once created,
+any process that has one may use it.
.Pp
A new
.Nm socket