summaryrefslogtreecommitdiff
path: root/etc/sysctl.conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-03-26 16:06:47 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-03-26 16:06:47 +0000
commit1a487e82d8077ff5b4942ae1d4c294c4035f67ca (patch)
tree1b4b2bbdc84315e5bd8eb23e103284d4e43e8a61 /etc/sysctl.conf
parent0d57cba6305e12177414fd68b8a6f144b716b75e (diff)
encrypt swap by default. cheap, and why not. can be disabled by people
who have machines that hit swap a lot. decided after survey of developers, we found that most turned this on. ok various
Diffstat (limited to 'etc/sysctl.conf')
-rw-r--r--etc/sysctl.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf
index 79388d49336..b15fcbc7527 100644
--- a/etc/sysctl.conf
+++ b/etc/sysctl.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: sysctl.conf,v 1.33 2004/09/22 17:49:39 hshoexer Exp $
+# $OpenBSD: sysctl.conf,v 1.34 2005/03/26 16:06:46 deraadt Exp $
#
# This file contains a list of sysctl options the user wants set at
# boot time. See sysctl(3) and sysctl(8) for more information on
@@ -17,7 +17,7 @@
#ddb.panic=0 # 0=Do not drop into ddb on a kernel panic
#ddb.console=1 # 1=Permit entry of ddb from the console
#fs.posix.setuid=0 # 0=Traditional BSD chown() semantics
-#vm.swapencrypt.enable=1 # 1=Encrypt pages that go to swap
+#vm.swapencrypt.enable=0 # 0=Do not encrypt pages that go to swap
#vfs.nfs.iothreads=4 # number of nfsio kernel threads
#net.inet.ip.mtudisc=0 # 0=disable tcp mtu discovery
#kern.usercrypto=1 # 1=enable userland use of /dev/crypto