diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-08-03 06:26:11 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-08-03 06:26:11 +0800 |
commit | 1e7b2b6fc11e7fe0fbc5ef0c3af398e904fc0879 (patch) | |
tree | a1ea44029f830ff4834a00f6c6d6ed53ce950e50 /security/fuzz/pkg-message | |
parent | 191a0120a574ab45fa96f2d775c25287ae87e9eb (diff) | |
download | freebsd-ports-gnome-1e7b2b6fc11e7fe0fbc5ef0c3af398e904fc0879.tar.gz freebsd-ports-gnome-1e7b2b6fc11e7fe0fbc5ef0c3af398e904fc0879.tar.zst freebsd-ports-gnome-1e7b2b6fc11e7fe0fbc5ef0c3af398e904fc0879.zip |
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.
Diffstat (limited to 'security/fuzz/pkg-message')
-rw-r--r-- | security/fuzz/pkg-message | 8 |
1 files changed, 8 insertions, 0 deletions
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. +========================================================================= + |