/etc/cfengine/inputs/cfagent.conf is in debian-edu-config 1.702.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | #
# The whole inputs/ directory gets copied to clients. This cfagent.conf
# is then executed.
#
control:
access = ( root )
sysadm = ( root )
adminfiles = ( /etc/cfengine )
actionsequence = (
links
)
# Just a simple little check for a default setup
links:
/dev/core -> /proc/kcore
|