diff options
| author | Benedict Reuschling <bcr@FreeBSD.org> | 2025-05-23 10:52:59 +0000 |
|---|---|---|
| committer | Benedict Reuschling <bcr@FreeBSD.org> | 2025-05-23 10:52:59 +0000 |
| commit | facf07474a1d39073b9d361154b8f7ca4ac276a1 (patch) | |
| tree | 95a84aac27743ea5ea627dfce95d2af8a5bf2c00 | |
| parent | 163f759a3b15ec68a038484ee79e8404d6900572 (diff) | |
Typo fix: unpriveleged -> unprivileged
| -rw-r--r-- | documentation/content/en/books/handbook/network-servers/_index.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/content/en/books/handbook/network-servers/_index.adoc b/documentation/content/en/books/handbook/network-servers/_index.adoc index 22385a3837..dba07a8e2c 100644 --- a/documentation/content/en/books/handbook/network-servers/_index.adoc +++ b/documentation/content/en/books/handbook/network-servers/_index.adoc @@ -2708,12 +2708,12 @@ Set `ntpd_flags=` to contain any other ntpd flags as needed, but avoid using the * `-c` (set `ntpd_config=` instead) -==== ntpd and the unpriveleged `ntpd` user +==== ntpd and the unprivileged `ntpd` user -ntpd on FreeBSD can start and run as an unpriveleged user. +ntpd on FreeBSD can start and run as an unprivileged user. Doing so requires the man:mac_ntpd[4] policy module. The [.filename]#/etc/rc.d/ntpd# startup script first examines the NTP configuration. -If possible, it loads the `mac_ntpd` module, then starts ntpd as unpriveleged user `ntpd` (user id 123). +If possible, it loads the `mac_ntpd` module, then starts ntpd as unprivileged user `ntpd` (user id 123). To avoid problems with file and directory access, the startup script will not automatically start ntpd as `ntpd` when the configuration contains any file-related options. The presence of any of the following in `ntpd_flags` requires manual configuration as described below to run as the `ntpd` user: |
