diff options
author | agc <agc@pkgsrc.org> | 2001-04-30 14:39:41 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-04-30 14:39:41 +0000 |
commit | bda726ddb7f9b23dec4f31517d025880e31df3a6 (patch) | |
tree | d7c5a977151553cbae46c0dedb6290f0edd8f51b /mk | |
parent | 5687d4b75cf4a403b2eeeeffcfb65e61dfb74b20 (diff) | |
download | pkgsrc-bda726ddb7f9b23dec4f31517d025880e31df3a6.tar.gz |
Add and document LSOF_MORE_SECURE.
Fixes PR 12741 from Anne Bennet (anne@alcor.concordia.ca)
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 6f2563a5c75..a2a1ce283a9 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.203 2001/04/30 14:21:32 jlam Exp $ +# $NetBSD: mk.conf.example,v 1.204 2001/04/30 14:39:41 agc Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -564,6 +564,12 @@ # Possible: YES, or NO. # Default: YES +#LSOF_MORE_SECURE= 0 +# Used in lsof to specify that non-root users can only view their own files +# Possible: 0 (allow non-root users to view all open files), or +# 1 (only allow root to view all open files) +# Default: 0 + #LYNX_SCREEN_LIB= slang # Used in lynx and lynx-current to set which screen library to use. # Possible: slang, ncurses, curses. |