diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2018-08-15 08:45:05 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2018-08-15 08:45:05 +0000 |
| commit | 5469cc0ee9a3cbfc05b902139c4e3d3ca9c55a50 (patch) | |
| tree | 3815b2b35807f17ece5e199216c584700ca5a92d /sbin/init | |
| parent | 527d337fdb6af876060be4e5f1796b7d4424f812 (diff) | |
Notes
Diffstat (limited to 'sbin/init')
| -rw-r--r-- | sbin/init/init.8 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sbin/init/init.8 b/sbin/init/init.8 index 28580f42f077e..976b3307a016e 100644 --- a/sbin/init/init.8 +++ b/sbin/init/init.8 @@ -31,7 +31,7 @@ .\" @(#)init.8 8.3 (Berkeley) 4/18/94 .\" $FreeBSD$ .\" -.Dd August 14, 2018 +.Dd August 15, 2018 .Dt INIT 8 .Os .Sh NAME @@ -86,6 +86,15 @@ The password check is skipped if the .Em console is marked as .Dq secure . +Note that the password check does not protect from variables +such as +.Va init_script +being set from the +.Xr loader 8 +command line; see the +.Sx SECURITY +section of +.Xr loader 8 . .Pp If the system security level (see .Xr security 7 ) |
