History log of /netbsd-src/share/examples/fstab/fstab.wd0.3 (Results 1 – 4 of 4)
Revision Date Author Comments
# bd55168e 06-May-2005 hubertf <hubertf@NetBSD.org>

Backout previous:
Don't recommend mounting /var and /usr nodev,nosuid
too many things may break.


# 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 :)


# 074863ca 04-May-2002 jdolecek <jdolecek@NetBSD.org>

Move the sample fstab files to /usr/share/examples/fstab/. Duplicates
or very similar configs removed.