git: b75e485ec7 - main - handbook/disks: GBDE was removed in FreeBSD 15.0
Alexander Ziaee <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/doc/commit/?id=b75e485ec7628a77c7abdf412907f46144c3603b commit b75e485ec7628a77c7abdf412907f46144c3603b Author: ykla <[email protected]> AuthorDate: 2025-07-02 05:17:19 +0000 Commit: Alexander Ziaee <[email protected]> CommitDate: 2026-02-03 18:43:40 +0000 handbook/disks: GBDE was removed in FreeBSD 15.0 Reviewed by: ziaee Signed-off-by: ykla <[email protected]> Closes: https://github.com/freebsd/freebsd-doc/pull/521 --- documentation/content/en/books/handbook/disks/_index.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/content/en/books/handbook/disks/_index.adoc b/documentation/content/en/books/handbook/disks/_index.adoc index 5b792ccb47..968e84e81f 100644 --- a/documentation/content/en/books/handbook/disks/_index.adoc +++ b/documentation/content/en/books/handbook/disks/_index.adoc @@ -1735,6 +1735,11 @@ No cleartext ever touches the hard drive's platter. This chapter demonstrates how to create an encrypted file system on FreeBSD. It first demonstrates the process using `gbde` and then demonstrates the same example using `geli`. +[WARNING] +==== +GBDE disk-encryption is deprecated, and removed in FreeBSD 15.0. +==== + === Disk Encryption with gbde The objective of the man:gbde[4] facility is to provide a formidable challenge for an attacker to gain access to the contents of a _cold_ storage device.