1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Add MESSAGE recommending using fuzz under jail(8) due to the potential

havok some software could create when given undetermined input as a
privileged user.
This commit is contained in:
Chris D. Faulhaber 2000-08-02 22:26:11 +00:00
parent e6daf26648
commit 26c0af8e3f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31264
2 changed files with 11 additions and 0 deletions

View File

@ -17,4 +17,7 @@ GNU_CONFIGURE= yes
MAN1= fuzz.1
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -0,0 +1,8 @@
=========================================================================
BEWARE! This software bombards programs with signicant amounts of random
input meant to cause failure. Due to the potential havok some programs
may cause when given untrusted input, it is recommended that programs be
tested under a jail(8) environment.
=========================================================================