diff options
author | jdp <jdp@FreeBSD.org> | 2000-08-11 04:20:30 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 2000-08-11 04:20:30 +0000 |
commit | b69f792522fb5207c59f95c0c1044102492e5102 (patch) | |
tree | 10dc03a870a8a0890efa5753dce2361056758b23 /share | |
parent | 42f709b55240dfcb8316476122350f6e49aeac2f (diff) | |
download | FreeBSD-src-b69f792522fb5207c59f95c0c1044102492e5102.zip FreeBSD-src-b69f792522fb5207c59f95c0c1044102492e5102.tar.gz |
Describe ldconfig_insecure.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/rc.conf.5 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 3289270..bd70dd0 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -1161,6 +1161,12 @@ to be cleaned at startup. 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 +which are writable by anyone except root. +Set this variable to +.Ar YES +if you want to disable that security check. .It Ar kern_securelevel_enable (bool) Set to .Ar YES |