diff options
| author | John Polstra <jdp@FreeBSD.org> | 2000-08-11 17:15:37 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 2000-08-11 17:15:37 +0000 |
| commit | 30a77b76ffa10bce511346ff23ff1cc6c912ec68 (patch) | |
| tree | 5d1b2ad3b3782fee5078d586f711b3ae4cca9206 /share | |
| parent | cad823f463ad12433725896a4c33d3ec506b5ccf (diff) | |
Notes
Diffstat (limited to 'share')
| -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 |
