git: 8970ac5ea1 - main - Handbook-bsdinstall: Upgrade hardening options

From: Sergio Carlavilla Delgado <carlavilla_at_FreeBSD.org>
Date: Mon, 13 Apr 2026 08:23:42 UTC
The branch main has been updated by carlavilla:

URL: https://cgit.FreeBSD.org/doc/commit/?id=8970ac5ea149d1ae4e9b99d5974b5d3947c2af19

commit 8970ac5ea149d1ae4e9b99d5974b5d3947c2af19
Author:     Big Sneaky <bigsneaky@duck.com>
AuthorDate: 2026-04-13 08:22:48 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2026-04-13 08:22:48 +0000

    Handbook-bsdinstall: Upgrade hardening options
    
    Reviewed by:    carlavilla@, ziaee@
    Pull Request:   https://github.com/freebsd/freebsd-doc/pull/644
---
 documentation/content/en/books/handbook/bsdinstall/_index.adoc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/documentation/content/en/books/handbook/bsdinstall/_index.adoc b/documentation/content/en/books/handbook/bsdinstall/_index.adoc
index 7286e61806..0cccc616ba 100644
--- a/documentation/content/en/books/handbook/bsdinstall/_index.adoc
+++ b/documentation/content/en/books/handbook/bsdinstall/_index.adoc
@@ -1070,10 +1070,8 @@ Here is a summary of the options that can be enabled in this menu:
 * `random_pid` - Randomize the PID of processes.
 * `clear_tmp` - Clean `/tmp` when the system starts up.
 * `disable_syslogd` - Disable opening the syslogd network socket. By default, FreeBSD runs syslogd in a secure way with `-s`. This prevents the daemon from listening for incoming UDP requests on port 514. With this option enabled, syslogd will instead run with `-ss`, which prevents syslogd from opening any port. For more information, see man:syslogd[8].
-* `disable_sendmail` - Disable the sendmail mail transport agent.
 * `secure_console` - Make the command prompt request the `root` password when entering single-user mode.
 * `disable_ddtrace` - DTrace can run in a mode that affects the running kernel. Destructive actions may not be used unless explicitly enabled. Use `-w` to enable this option when using DTrace. For more information, see man:dtrace[1].
-* `enable_aslr` - Enable address layout randomization. For more information about address layout randomization the link:https://en.wikipedia.org/wiki/Address_space_layout_randomization[Wikipedia article] can be consulted.
 
 [[bsdinstall-addusers]]
 === Add Users