File: simple.cf

package info (click to toggle)
conserver 8.2.7-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,856 kB
  • sloc: ansic: 22,275; sh: 3,623; makefile: 285
file content (11 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
#
# I believe this is the smallest configuration file that is also fully
# functional.  You have to be happy with the default access type (-a)
# as well as the default access list that gets used.
# 

console simple {
    master localhost;
    type exec;
    rw *;
}