blob: 292fbb96b50534d625128e175abfae122e7b22ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# /var/cfengine/cfservd.conf
#
# Note: in case cfservd is started with 'cfengine' user privs, the path to
# this file might instead be /home/cfengine/.cfagent/inputs/cfservd.conf
control:
domain = ( localhost )
AllowUsers = ( root )
cfrunCommand = ( "/usr/sbin/cfagent" )
admit:
/usr/sbin/cfagent localhost
/var/cfengine/masterfiles localhost
|