diff options
author | 2000-06-26 19:26:48 +0000 | |
---|---|---|
committer | 2000-06-26 19:26:48 +0000 | |
commit | bca05eb90b22d21b215e01a15de9757d53de762a (patch) | |
tree | d088e9582559cb950765d516c40958d15ef4711f | |
parent | let svnd deal with sparse files, okay art@ deraadt@ (diff) | |
download | wireguard-openbsd-bca05eb90b22d21b215e01a15de9757d53de762a.tar.xz wireguard-openbsd-bca05eb90b22d21b215e01a15de9757d53de762a.zip |
talk about legacy data and swap encryption as suggested by theo
-rw-r--r-- | lib/libc/gen/sysctl.3 | 6 |
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. |