diff options
| -rw-r--r-- | usr.sbin/portmap/portmap.8 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.sbin/portmap/portmap.8 b/usr.sbin/portmap/portmap.8 index 3c9c3e9bd6f4..dfde2406234e 100644 --- a/usr.sbin/portmap/portmap.8 +++ b/usr.sbin/portmap/portmap.8 @@ -81,6 +81,12 @@ must be started before any .Tn RPC servers are invoked. .Pp +.Nm Portmap +uses +.Xr hosts_access 5 +access control by default. +Access control patterns may only reference IP addresses. +.Pp Normally .Nm forks and dissociates itself from the terminal @@ -98,9 +104,10 @@ from running as a daemon, and causes errors and debugging information to be printed to the standard error output. .It Fl v -Enable verbose logging access control checks. +Enable verbose logging of access control checks. .El .Sh SEE ALSO +.Xr hosts_access 5 , .Xr inetd.conf 5 , .Xr inetd 8 , .Xr rpcinfo 8 |
