diff options
| -rw-r--r-- | share/man/man5/rc.conf.5 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index bd70dd0fecfd..29d949933187 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -1162,11 +1162,13 @@ NOTE: .Pa /usr/lib will always be added first, so it need not appear in this list. .It Ar ldconfig_insecure -(bool) The ldconfig utility normally refuses to use directories +(bool) The +.Xr ldconfig 8 +utility normally refuses to use directories which are writable by anyone except root. Set this variable to .Ar YES -if you want to disable that security check. +if you want to disable that security check during system startup. .It Ar kern_securelevel_enable (bool) Set to .Ar YES |
