mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 06:52:45 +00:00
9 lines
258 B
Plaintext
9 lines
258 B
Plaintext
|
# First word says if UNIX passwords are to be permitted or denied.
|
||
|
# remainder of the rule is a networknumber and mask. A rule matches a
|
||
|
# host if any of its addresses satisfies:
|
||
|
#
|
||
|
# network = (address & mask)
|
||
|
#
|
||
|
#what network mask
|
||
|
permit 0.0.0.0 0.0.0.0
|