summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-02-17 19:38:11 +0100
committerThomas Deutschmann <whissi@gentoo.org>2020-02-17 19:38:11 +0100
commit1cc9a7d0c5b62ab36e04c724f5fa6877fb09a88f (patch)
treef501dcbcab90a27e402e25349f2ba1978c370f3a /net-misc/oidentd/files/oidentd.conf
parentdev-ml/zarith: took maintainership (diff)
downloadgentoo-1cc9a7d0c5b62ab36e04c724f5fa6877fb09a88f.tar.gz
gentoo-1cc9a7d0c5b62ab36e04c724f5fa6877fb09a88f.tar.bz2
gentoo-1cc9a7d0c5b62ab36e04c724f5fa6877fb09a88f.zip
net-misc/oidentd: security cleanup (#709454)
Bug: https://bugs.gentoo.org/709454 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-misc/oidentd/files/oidentd.conf')
-rw-r--r--net-misc/oidentd/files/oidentd.conf22
1 files changed, 0 insertions, 22 deletions
diff --git a/net-misc/oidentd/files/oidentd.conf b/net-misc/oidentd/files/oidentd.conf
deleted file mode 100644
index 03b28d827802..000000000000
--- a/net-misc/oidentd/files/oidentd.conf
+++ /dev/null
@@ -1,22 +0,0 @@
-# Configuration for oidentd
-# see oidentd.conf(5)
-#
-default {
- default {
- deny spoof
- deny spoof_all
- deny spoof_privport
- allow random
- allow random_numeric
- allow numeric
- deny hide
- }
-}
-
-# you may want to hide root connections
-#user "root" {
-# default {
-# force reply "UNKNOWN"
-# }
-#}
-