diff options
author | green <green@FreeBSD.org> | 1999-09-04 17:37:02 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 1999-09-04 17:37:02 +0000 |
commit | 4d2dae8cb2c3535bcb7a767c29238e9c47b3373d (patch) | |
tree | dec0c6dad8778bd5662b2f1abfff1e82a6ab0849 /release | |
parent | ff3dd28ba66e1e2e7a58911d637dd024bb4ce072 (diff) | |
download | FreeBSD-src-4d2dae8cb2c3535bcb7a767c29238e9c47b3373d.zip FreeBSD-src-4d2dae8cb2c3535bcb7a767c29238e9c47b3373d.tar.gz |
Update to include IPFW changes that have happened relatively recently.
Diffstat (limited to 'release')
-rw-r--r-- | release/texts/i386/RELNOTES.TXT | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT index 1442291..68c9af3 100644 --- a/release/texts/i386/RELNOTES.TXT +++ b/release/texts/i386/RELNOTES.TXT @@ -85,8 +85,19 @@ the Sundance Technologies ST201 controller, including the D-Link DFE-550TX. Driver support has been added for the 3Com 3c905C-TX. [MERGED] +User- and group-based IPFW firewalling has been added. [MERGED] + +Support for probabalistic rule matching has been added to IPFW. [MERGED] + +IPFW logging is now dynamic. IPFW logging counts can be reset, and any +given rule can be given an arbitrary logging limit. [MERGED] + +The top-level category "security" has been added, and IPFW now uses +syslog(3) to log all messages to /var/log/security. + 1.2. SECURITY FIXES ------------------- + A new jail(2) system call and admin command (jail(8)) have been added for additional flexibility in creating secure process execution environments. |