diff options
-rw-r--r-- | sys/conf/NOTES | 4 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 4709ae5..cbf8f9a 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -795,8 +795,8 @@ device vcoda 4 #coda minicache <-> venus comm. options EXT2FS # Use real implementations of the aio_* system calls. There are numerous -# stability issues in the current aio code that make it unsuitable for -# inclusion on shell boxes. +# stability and security issues in the current aio code that make it +# unsuitable for inclusion on machines with untrusted local users. options VFS_AIO # Enable the code UFS IO optimization through the VM system. This allows diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 4709ae5..cbf8f9a 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -795,8 +795,8 @@ device vcoda 4 #coda minicache <-> venus comm. options EXT2FS # Use real implementations of the aio_* system calls. There are numerous -# stability issues in the current aio code that make it unsuitable for -# inclusion on shell boxes. +# stability and security issues in the current aio code that make it +# unsuitable for inclusion on machines with untrusted local users. options VFS_AIO # Enable the code UFS IO optimization through the VM system. This allows |