summaryrefslogtreecommitdiff
path: root/lib/libc/gen
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>2000-06-26 19:26:49 +0000
committerNiels Provos <provos@cvs.openbsd.org>2000-06-26 19:26:49 +0000
commitf90c7838710928d98af98e57ce7b9f3ff328f0ba (patch)
tree36b0574f53cc17bcd6c50aa64ef054c2758df2bf /lib/libc/gen
parent8a91945ac0491d08b5309a081ac3d72fe11ecd01 (diff)
talk about legacy data and swap encryption as suggested by theo
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/sysctl.36
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index 0b40d567586..a4f3f21a660 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.3,v 1.47 2000/06/26 18:56:50 deraadt Exp $
+.\" $OpenBSD: sysctl.3,v 1.48 2000/06/26 19:26:48 provos Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -1138,7 +1138,9 @@ information available for the third level is detailed below.
.It Dv SWPENC_ENABLE
Set to 1 to enable swap encryption for all processes.
A 0 disables swap encryption.
-Pages still on swap receive a grandfather clause.
+Pages still on swap receive a grandfather clause. Turning this
+option on does not affect legacy swap data already on the disk,
+but all newly written data will be encrypted.
When swap encryption is turned on, automatic
.Xr crash 8
dumps are disabled.