diff options
author | atatat <atatat@pkgsrc.org> | 2002-12-22 20:05:34 +0000 |
---|---|---|
committer | atatat <atatat@pkgsrc.org> | 2002-12-22 20:05:34 +0000 |
commit | 8865f34c24dbf0abdd8d1047664ad2151730f25e (patch) | |
tree | 3259c23680c5f28b26db8bcdd5b123266b70b36d /mk/bsd.pkg.defaults.mk | |
parent | 3e074711b21f9fdff3c54eae3d6844ef95ca8c4e (diff) | |
download | pkgsrc-8865f34c24dbf0abdd8d1047664ad2151730f25e.tar.gz |
Add the LSOF_LESS_SECURE_SOCKETS for the lsof pkg.
Diffstat (limited to 'mk/bsd.pkg.defaults.mk')
-rw-r--r-- | mk/bsd.pkg.defaults.mk | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk index d5fa41933ba..2da8f4329f8 100644 --- a/mk/bsd.pkg.defaults.mk +++ b/mk/bsd.pkg.defaults.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.defaults.mk,v 1.114 2002/12/22 17:16:23 wiz Exp $ +# $NetBSD: bsd.pkg.defaults.mk,v 1.115 2002/12/22 20:05:34 atatat Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -961,6 +961,14 @@ LSOF_MORE_SECURE?= 0 # 1 (only allow root to view all open files) # Default: 0 +LSOF_LESS_SECURE_SOCKETS?= 0 +# Used in lsof to specify that non-root users should still be able to view +# all open sockets even if LSOF_MORE_SECURE is set. If LSOF_MORE_SECURE is +# not set (ie, is zero), this option has no effect. +# Possible: 0 (don't allow non-root users to see sockets they don't own) +# 1 (allow all sockets to be viewed at all times) +# Default: 0 + LYNX_SCREEN_LIB?= curses # Used in lynx and lynx-current to set which screen library to use. # Possible: slang, ncurses, curses. |