diff options
author | ben <ben@FreeBSD.org> | 2001-01-17 21:27:54 +0000 |
---|---|---|
committer | ben <ben@FreeBSD.org> | 2001-01-17 21:27:54 +0000 |
commit | 00a7cb732490a9b9a6ac2f8c53dbb21a89dc9631 (patch) | |
tree | 930b3c87e3af5f56d9b1cae1e081fa558b5d7507 /bin | |
parent | 6c17e2cfa92deab64f35d5048ed57e98f5c626a4 (diff) | |
download | FreeBSD-src-00a7cb732490a9b9a6ac2f8c53dbb21a89dc9631.zip FreeBSD-src-00a7cb732490a9b9a6ac2f8c53dbb21a89dc9631.tar.gz |
Document the restrictions on changing times in high securelevels.
PR: 23502
Submitted by: Robert Boyd <rboyd@pokerspot.com>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/date/date.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/date/date.1 b/bin/date/date.1 index 2f4c600..ae3a41f 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -78,7 +78,11 @@ Otherwise, depending on the options specified, .Nm will set the date and time or print it in a user-defined way. .Pp -Only the superuser may set the date. +Only the superuser may set the date, +and if the system securelevel (see +.Xr securelevel 8 ) +is greater than 1, +the time may not be changed by more than 1 second. .Pp The options are as follows: .Bl -tag -width Ds |