Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163361116
D16493.id45980.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D16493.id45980.diff
View Options
Index: etc/Makefile
===================================================================
--- etc/Makefile
+++ etc/Makefile
@@ -74,10 +74,6 @@
BIN1+= auto_master
.endif
-.if ${MK_BLACKLIST} != "no"
-BIN1+= blacklistd.conf
-.endif
-
.if ${MK_FREEBSD_UPDATE} != "no"
BIN1+= freebsd-update.conf
.endif
Index: etc/blacklistd.conf
===================================================================
--- etc/blacklistd.conf
+++ etc/blacklistd.conf
@@ -1,17 +0,0 @@
-# $FreeBSD$
-#
-# Blacklist rule
-# adr/mask:port type proto owner name nfail disable
-[local]
-ssh stream * * * 3 24h
-ftp stream * * * 3 24h
-smtp stream * * * 3 24h
-submission stream * * * 3 24h
-#6161 stream tcp6 christos * 2 10m
-* * * * * 3 60
-
-# adr/mask:port type proto owner name nfail disable
-[remote]
-#129.168.0.0/16 * * * = * *
-#6161 = = = =/24 = =
-#* stream tcp * = = =
Index: usr.sbin/blacklistd/Makefile
===================================================================
--- usr.sbin/blacklistd/Makefile
+++ usr.sbin/blacklistd/Makefile
@@ -3,6 +3,7 @@
BLACKLIST_DIR=${SRCTOP}/contrib/blacklist
.PATH: ${BLACKLIST_DIR}/bin ${BLACKLIST_DIR}/port
+CONFS= blacklistd.conf
PROG= blacklistd
SRCS= blacklistd.c conf.c run.c state.c support.c internal.c \
sockaddr_snprintf.c pidfile.c strtoi.c popenve.c
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 23, 12:27 PM (17 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35401954
Default Alt Text
D16493.id45980.diff (1 KB)
Attached To
Mode
D16493: Move blacklistd.conf to usr.sbin/blacklistd/
Attached
Detach File
Event Timeline
Log In to Comment