Browse Source

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
OPENBSD_3_8
deraadt 19 years ago
parent
commit
1e9e29156d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/sysctl.conf

+ 2
- 2
src/etc/sysctl.conf View File

@ -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


Loading…
Cancel
Save