File: oidentd.conf

package info (click to toggle)
oidentd 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,324 kB
  • sloc: sh: 4,582; ansic: 4,062; yacc: 477; lex: 341; makefile: 84
file content (27 lines) | stat: -rw-r--r-- 584 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# This is the system-wide configuration file for oidentd.  This
# file provides defaults for users.  The settings in this file
# can be overridden by user configuration files of users who
# have been granted sufficient privileges through this file.
#
# See oidentd.conf(5) for more information.

default {
	default {
		# Capabilities are disabled by default
		deny spoof
		deny spoof_all
		deny spoof_privport
		deny random
		deny random_numeric
		deny numeric
		deny hide
		deny forward
	}
}

user root {
	default {
		# Hide connections belonging to the superuser.
		force hide
	}
}