Note that mount(2) and unmount(2) now use kauth(9).

This commit is contained in:
snj 2009-03-02 21:06:09 +00:00
parent 7c8a9296cc
commit 5a51ec05b3

View File

@ -1,4 +1,4 @@
LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.90 $>
LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.91 $>
Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@ -8670,6 +8670,11 @@ Changes from NetBSD 4.0 to NetBSD 5.0:
i386: Add fatboot, sub-512 byte bootloader that can be written into
the first sector of a FAT16 filesystem and will load
the secondary bootloader from it. [dsl 20070101]
kernel: Make mount(2) and unmount(2) use kauth(9) for security
policy. One incompatible change is that an unprivileged
mount without the MNT_NOSUID and MNT_NODEV flags
will now fail, whereas previously those flags were
automatically added. [elad 20070102]
udf: Implement read-only access to UDF 2.50 and UDF 2.60 discs
that use metadata partition mappings. [reinoud 20070104]
i386: Add support for Microsoft Xbox. [jmcneill 20070105]