Wydawca |
|
Release Submission Daemon |
Sergey Poznyakoff |
Access to the socket specified in listen
statement is
controlled by the tcp-wrapper
block statement:
tcp-wrapper { enable arg:boolean; daemon name:string; allow-table file:string; deny-table file:string; allow-syslog-priority prio:string; deny-syslog-priority prio:string; }
This statement is available only if wydawca
was compiled
with support for TCP wrappers.
Enable or disable the use of TCP wrappers.
Set the daemon name. It is the name before the colon in
the access control file, that marks the line controlling access to
wydawca
. The default is ‘wydawca’.
File name of the positive access control file. By default /etc/hosts.allow.
File name of the negative access control file. By default /etc/hosts.deny.
Log allowed accesses via the given syslog
priority.
Log denied accesses via the given syslog
priority.
Allowed values for prio in the ‘allow-syslog-priority’ and ‘deny-syslog-priority’ statements are: ‘emerg’, ‘alert’, ‘crit’, ‘err’, ‘warning’, ‘notice’, ‘info’, and ‘debug’.
This document was generated on January 6, 2021 using makeinfo.
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.