summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-08-02 22:26:11 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-08-02 22:26:11 +0000
commit26c0af8e3fbb83903b41b4e4ece5369887b88606 (patch)
tree2ab0f892df489a1f471d9e593ff2a97f42998265 /security
parentUpdate port to 1.1.5 (diff)
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.
Notes
Notes: svn path=/head/; revision=31264
Diffstat (limited to 'security')
-rw-r--r--security/fuzz/Makefile3
-rw-r--r--security/fuzz/pkg-message8
2 files changed, 11 insertions, 0 deletions
diff --git a/security/fuzz/Makefile b/security/fuzz/Makefile
index a1f221391de0..5671d2dc2f1f 100644
--- a/security/fuzz/Makefile
+++ b/security/fuzz/Makefile
@@ -17,4 +17,7 @@ GNU_CONFIGURE= yes
MAN1= fuzz.1
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.mk>
diff --git a/security/fuzz/pkg-message b/security/fuzz/pkg-message
new file mode 100644
index 000000000000..6e171e333e0e
--- /dev/null
+++ b/security/fuzz/pkg-message
@@ -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.
+=========================================================================
+