ipfilter: Disable ipfs(8) by default
At the moment ipfs(8) is a tool that can be easily abused. Though the concept is sound the implementation needs some work. ipfs(8) should be considered experimental at the moment. This commit also makes ipfs support in the kernel optional. Reviewed by: emaste, glebius MFC after: 1 week Differential revision: https://reviews.freebsd.org/D53787
This commit is contained in:
@@ -2627,6 +2627,10 @@ OLD_FILES+=usr/share/man/man8/ipnat.8.gz
|
||||
OLD_FILES+=usr/share/man/man8/ippool.8.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_IPFILTER_IPFS} == no
|
||||
OLD_FILES+=sbin/ipfs
|
||||
.endif
|
||||
|
||||
.if ${MK_IPFW} == no
|
||||
OLD_FILES+=etc/rc.d/ipfw
|
||||
OLD_FILES+=etc/rc.d/natd
|
||||
|
||||
Reference in New Issue
Block a user