#
71be6dfd |
| 04-May-2005 |
hubertf <hubertf@NetBSD.org> |
No devices on /usr -> mount -o nodev No setuid programs in /var -> mount -o nodev,nosuid
Adding "noexec" in various places may cause too much damage (e.g. for running DEINSTALL scripts from /var/db
No devices on /usr -> mount -o nodev No setuid programs in /var -> mount -o nodev,nosuid
Adding "noexec" in various places may cause too much damage (e.g. for running DEINSTALL scripts from /var/db/pkg, configure scripts, etc).
Inspired by OpenBSD's afterboot(8) manpage.
show more ...
|
#
9ee7752f |
| 03-Apr-2005 |
hubertf <hubertf@NetBSD.org> |
Extract commonly used things like CDROMs, pseudo-filesystems (/proc, ...) and mfs-based /tmp into their own files. Hint at them in the existing files. (fstab needs an #include statement :)
|