#########################################################
#
# This is a cfd config file
#
# The access control here follows after any tcpd
# control in /etc/hosts.allow and /etc/hosts.deny
#
#########################################################
 #
 # Could import cf.groups here and use a structure like
 # in cfengine.conf, cf.main, cf.groups
 #
control:
  public = ( /usr/local/publicfiles )
  almost_public = ( /usr/local/almostpublicfiles )
  cfrunCommand = ( /iu/nexus/ud/mark/comp/Tests/cfrun-command )
  MaxConnections = ( 10 )
#########################################################
admit:   # or grant:
     $(public) *
     $(almost_public) *.iu.hioslo.no *.gnu.ai.mit.edu
     /etc/passwd *.iu.hioslo.no
     #
     # Who can exec cfengine remotely?
     #
     $(cfrunCommand) *.iu.hioslo.no
#########################################################
deny:
     $(public)/special *.moneyworld.com
Go to the first, previous, next, last section, table of contents.