summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-02-10 01:34:04 +0000
committerrwatson <rwatson@FreeBSD.org>2002-02-10 01:34:04 +0000
commit5445e82ad4d7ed0a7206009c05a59ff6e2a0b621 (patch)
treeb2de4b55c26026b24b70bcd04b0792424b8a6820 /usr.sbin/sade
parentd2872f5d108784ce7c69aa233896298bb702fb0f (diff)
downloadFreeBSD-src-5445e82ad4d7ed0a7206009c05a59ff6e2a0b621.zip
FreeBSD-src-5445e82ad4d7ed0a7206009c05a59ff6e2a0b621.tar.gz
o No longer mount /proc by default on newly installed systems. Almost
all facilities that previously relied on /proc have been rewritten to use ptrace(). procfs has presented a substantial security hazard for years, with several user->root compromises in the last few years. Procfs will continue to be available but will require administrator intervention to use. Reviewed by: scottl, jedgar, mike, tmm
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r--usr.sbin/sade/config.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/sade/config.c b/usr.sbin/sade/config.c
index 11be068..1f2d4fb 100644
--- a/usr.sbin/sade/config.c
+++ b/usr.sbin/sade/config.c
@@ -246,10 +246,6 @@ configFstab(dialogMenuItem *self)
fprintf(fstab, "/dev/%s\t\t%s\t\tcd9660\tro,noauto\t0\t0\n", devs[i]->name, cdname);
}
- /* And finally, a /proc. */
- fprintf(fstab, "proc\t\t\t/proc\t\tprocfs\trw\t\t0\t0\n");
- Mkdir("/proc");
-
fclose(fstab);
if (isDebug())
msgDebug("Wrote out /etc/fstab file\n");
OpenPOWER on IntegriCloud