[Midnightbsd-cvs] src: sysctl.conf: Disable kernel core dumps Enable additional channels
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Oct 30 20:01:03 EDT 2007
Log Message:
-----------
Disable kernel core dumps
Enable additional channels for older sound cards.
Allow users to mount cds.
Modified Files:
--------------
src/etc:
sysctl.conf (r1.2 -> r1.3)
-------------- next part --------------
Index: sysctl.conf
===================================================================
RCS file: /home/cvs/src/etc/sysctl.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -Letc/sysctl.conf -Letc/sysctl.conf -u -r1.2 -r1.3
--- etc/sysctl.conf
+++ etc/sysctl.conf
@@ -8,3 +8,13 @@
# Uncomment this to prevent users from seeing information about processes that
# are being run under another UID.
#security.bsd.see_other_uids=0
+
+# Disable coredump
+kern.coredump=0
+
+# Allow users to mount CD's
+vfs.usermount=1
+
+# Enable more sound channels
+hw.snd.pcm0.vchans=4
+hw.snd.maxautovchans=4
More information about the Midnightbsd-cvs
mailing list