File: simple.cf

package info (click to toggle)
conserver 8.1.18-2.2
  • links: PTS
  • area: non-free
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 1,876 kB
  • ctags: 1,201
  • sloc: ansic: 22,228; sh: 3,320; makefile: 272
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 *;
}