diff options
author | 1999-12-30 19:38:42 +0000 | |
---|---|---|
committer | 1999-12-30 19:38:42 +0000 | |
commit | 75492b5cf56d06734196d133ee86a242457d5c6e (patch) | |
tree | d29cf81b5d74108ac28c8ffd9363b6a4763adfeb | |
parent | insert commented UVM_SWAP_ENCRYPTION (diff) | |
download | wireguard-openbsd-75492b5cf56d06734196d133ee86a242457d5c6e.tar.xz wireguard-openbsd-75492b5cf56d06734196d133ee86a242457d5c6e.zip |
insert #vm.swapencrypt=1
-rw-r--r-- | etc/sysctl.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf index 4789ea91b31..6e7945436f9 100644 --- a/etc/sysctl.conf +++ b/etc/sysctl.conf @@ -1,4 +1,4 @@ -# $OpenBSD: sysctl.conf,v 1.13 1999/12/16 07:35:55 deraadt Exp $ +# $OpenBSD: sysctl.conf,v 1.14 1999/12/30 19:38:42 provos Exp $ # This files contains a list of sysctl options the user wants set at # boot time. # ie. @@ -10,3 +10,4 @@ #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=1 # 1=Encrypt pages that go to swap |