diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2000-04-16 20:06:11 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2000-04-16 20:06:11 +0000 |
| commit | 27322174cd2b20633ad4fde1ba56e08921b1a550 (patch) | |
| tree | 6cddda04d4d5a74f38d2ca7f36a9eec0e33c1443 | |
| parent | 18dfcb3d0eaa304ff94c748ab7e64eefef2c535a (diff) | |
Notes
| -rw-r--r-- | release/texts/alpha/RELNOTES.TXT | 6 | ||||
| -rw-r--r-- | release/texts/i386/RELNOTES.TXT | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT index 82ac5fd49e13..9247987d28d3 100644 --- a/release/texts/alpha/RELNOTES.TXT +++ b/release/texts/alpha/RELNOTES.TXT @@ -54,6 +54,12 @@ specifically marked as [MERGED] features. 1.1. KERNEL CHANGES ------------------- +Support for named extended attributes was added to the FreeBSD kernel. +This allows the kernel, and appropriately privileged userland processes, +to tag files and directories with attribute data. Extended attributes +were added to support the TrustedBSD Project, in particular ACLs, +capability data, and mandatory access control labels. + 1.2. SECURITY FIXES ------------------- diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT index fa0f62ffa8e5..6f29cb8f7d7e 100644 --- a/release/texts/i386/RELNOTES.TXT +++ b/release/texts/i386/RELNOTES.TXT @@ -54,6 +54,12 @@ specifically marked as [MERGED] features. 1.1. KERNEL CHANGES ------------------- +Support for named extended attributes was added to the FreeBSD kernel. +This allows the kernel, and appropriately privileged userland processes, +to tag files and directories with attribute data. Extended attributes +were added to support the TrustedBSD Project, in particular ACLs, +capability data, and mandatory access control labels. + 1.2. SECURITY FIXES ------------------- |
